protected override void OnStart(string[] args) { CTuxControl tc = new CTuxControl(); Thread worker = new Thread(new ThreadStart(tc.handleSimpliciTI)); worker.Start(); }
static void Main(string[] args) { CTuxControl tc = new CTuxControl(); tc.handleSimpliciTI(); }
private void handleSimpliciTI() { tc = new CTuxControl(new dLog(log)); tc.handleSimpliciTI(); }