Beispiel #1
0
 public abstract void Init(BotConfig config);
Beispiel #2
0
 public FormBotTest(BotConfig cfg)
 {
     this.config = cfg;
     InitializeComponent();
     InitBotModules();
 }
Beispiel #3
0
 public FormLauncher()
 {
     this.bot_config = BotFactory.Instance.CreateBotConfig();
     InitializeComponent();
 }