예제 #1
0
 public UpdateCheckNotificationTarget(System.Windows.Forms.Control target, UpdateCheckedDelegate updatedChecked)
 {
     m_UpdateChecked = updatedChecked;
     m_Target        = target;
 }
예제 #2
0
 public UpdateCheckNotificationTarget(System.Windows.Forms.Control target, UpdateCheckedDelegate updatedChecked)
 {
     m_UpdateChecked = updatedChecked;
     m_Target = target;
 }