コード例 #1
0
ファイル: TrojanController.cs プロジェクト: zt199510/Netch
 public TrojanController()
 {
     Name     = "Trojan";
     MainFile = "Trojan.exe";
     StartedKeywords.Add("started");
     StoppedKeywords.Add("exiting");
 }
コード例 #2
0
 public TrojanController()
 {
     StartedKeywords.Add("started");
     StoppedKeywords.Add("exiting");
 }