Ejemplo n.º 1
0
 public Form1()
 {
     InitializeComponent();
     Errorhandler = new CedLib.Errorhandling("CEDLIB TESTER WINFORM 1.0",true, true);
     Logger = new CedLib.Logging(true, true);
     this.FormClosing += new FormClosingEventHandler(Form1_FormClosing);
     Logger.Loggeditem += new CedLib.Logging.LoggingHandler(Errorhandler_Loggeditem);
 }
Ejemplo n.º 2
0
 public Toys(OnyLib.BotStuff _bstuff)
 {
     BotStuff    = _bstuff;
     persistence = BotStuff.OnyVariables.persistence;
     logger      = BotStuff.OnyVariables.logger;
 }
Ejemplo n.º 3
0
 public Toys(OnyLib.BotStuff _bstuff)
 {
     BotStuff = _bstuff;
     persistence = BotStuff.OnyVariables.persistence;
     logger = BotStuff.OnyVariables.logger;
 }