コード例 #1
0
ファイル: CHacks.cs プロジェクト: ouguochong/PerfectMSEA
 public CHacks()
 {
     client = new CPipeClient();
     reply  = client.GetReply();
 }
コード例 #2
0
 public CInformation()
 {
     client = new CPipeClient();
     reply  = client.GetReply();
 }