示例#1
0
 public TrojanController()
 {
     Name     = "Trojan";
     MainFile = "Trojan.exe";
     StartedKeywords.Add("started");
     StoppedKeywords.Add("exiting");
 }
示例#2
0
 public TrojanController()
 {
     StartedKeywords.Add("started");
     StoppedKeywords.Add("exiting");
 }