Example #1
0
 private void button1_Click(object sender, EventArgs e)
 {
     //coordinator.StartWork();
     OperationNotifier.StartWork("SearchDeposits");
     backgroundWorker.RunWorkerAsync();
 }
Example #2
0
 private void button2_Click(object sender, EventArgs e)
 {
     OperationNotifier.StartWork("SearchInvestments");
     //coordinator.StartWork();
     backgroundWorker.RunWorkerAsync();
 }
Example #3
0
 private void menu2ToolStripMenuItem_Click(object sender, EventArgs e)
 {
     //coordinator.StartWork();
     OperationNotifier.StartWork("SearchInvestments");
     backgroundWorker.RunWorkerAsync();
 }