Ejemplo n.º 1
0
 public Client(EClientType type, ForegroundClient foregroundClient)
 {
     clientType            = type;
     this.foregroundClient = foregroundClient;
 }
Ejemplo n.º 2
0
 public Client()
 {
     clientType       = EClientType.None;
     foregroundClient = null;
 }