Exemple #1
0
 public NetGuest(FormMain thisForm) : base(thisForm)
 {
     client = new TcpClient();
 }
Exemple #2
0
 public NetGeneric(FormMain thisForm)
 {
     theForm = thisForm;
     simObj  = theForm.InputSim;
 }