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