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