现在画面上有个日期空间,可以被N个button控制,然后把值付到呼出button对应的textbox上一开始用的直接加载事件,结果发现这个事件被反复加载
this.mcalCalendar.MouseDown += new System.Windows.Forms.MouseEventHandler(this.comMonthCalendar_MouseDown);想用委托动态调用一下