Exemplo n.º 1
0
 public FmlHandler(MoBase baseInstance)
 {
     this.baseInstance = baseInstance;
 }
Exemplo n.º 2
0
 public void SetProfile(string profile)
 {
     BotInstance  = GlobalModules.GetProfile(profile);
     View.Profile = profile;
 }