コード例 #1
0
 public static bool DelSelBot(BotEntry _Bot)
 {
     BotList.Remove(_Bot);
     BotListChanged();
     return(true);
 }
コード例 #2
0
 public static bool StopSelBot(BotEntry _Bot)
 {
     return(true);
 }