Ejemplo n.º 1
0
 private void backgroundWorker1_DoWork(object sender, DoWorkEventArgs e)
 {
     luanch = new LuanchScalp(this, ema);
     luanch.RunMultiple();
     //luanch.RunSingleNEW();
 }
Ejemplo n.º 2
0
 private void backgroundWorker1_DoWork(object sender, DoWorkEventArgs e)
 {
     luanch = new LuanchScalp(this, ema);
     luanch.RunMultiple();
     //luanch.RunSingleNEW();
 }