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