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