Exemple #1
0
 public CHacks()
 {
     client = new CPipeClient();
     reply  = client.GetReply();
 }
 public CInformation()
 {
     client = new CPipeClient();
     reply  = client.GetReply();
 }