Esempio n. 1
0
 private void toolStripButtonStatistics_Click(object sender, EventArgs e)
 {
     if (_executionAccount != null)
     {
         AccountStatisticsControl control = new AccountStatisticsControl(_executionAccount);
         HostingForm form = new HostingForm("Account Performance Statistics", control);
         form.Show();
     }
 }
 private void toolStripButtonStatistics_Click(object sender, EventArgs e)
 {
     if (_executionAccount != null)
     {
         AccountStatisticsControl control = new AccountStatisticsControl(_executionAccount);
         HostingForm form = new HostingForm("Account Performance Statistics", control);
         form.Show();
     }
 }