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