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