Example #1
0
 public RemoteHost()
 {
     _parent = null;
     foreach (Form form in Application.OpenForms)
     {
         if (form is KCBTimer.Form1)
         {
             _parent = (KCBTimer.Form1)form;
             break;
         }
     }
 }
Example #2
0
 public RemoteHost()
 {
     _parent = null;
     foreach (Form form in Application.OpenForms)
     {
         if (form is KCBTimer.Form1)
         {
             _parent = (KCBTimer.Form1)form;
             break;
         }
     }
 }
Example #3
0
 public RemoteHost(KCBTimer.Form1 parentForm)
 {
     _parent = parentForm;
 }
Example #4
0
 public RemoteHost(KCBTimer.Form1 parentForm) { _parent = parentForm; }