Esempio n. 1
0
 public Program(ProtocolType type)
 {
     linker = new ClientLinker(this, type, true);
 }
Esempio n. 2
0
 public Client(ProtocolType protocol)
 {
     clientLinker = new ClientLinker(this, protocol);
 }