Esempio n. 1
0
 public Change(Classes.Client.ClientInfo client)
 {
     Client = client;
 }
Esempio n. 2
0
 public Change()
 {
     Client = null;
 }