duheng
2024-03-28 6c93aedfeeb66023f9506083517aee1a4e18e24d
WinFrmUI/IStation.WinFrmUI.CalcErQu/History/CalcPrjHistoryContainter.cs
@@ -56,8 +56,7 @@
            {
                listBoxDay.Items.Add(i.ToString());
            }
            dict = BLL.AnaPrj.GetExistStatus( year, month );
             dict = BLL.AnaPrj.GetExistStatus( year, month );
        }
        Dictionary<int, bool> dict = null;
 
@@ -93,8 +92,7 @@
            if (!dict[e.Index + 1])
            {
                e.DisplayText = string.Format("{0} (无)",e.Value);
            }
             }
        }
        private void 删除ToolStripMenuItem_Click(object sender, EventArgs e)