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