Ejemplo n.º 1
0
 private void buttonRefreshStatistics_Click(object sender, EventArgs e)
 {
     foreach (Listener l in listenerList)
     {
         StatisticsSnapShot statisticsForm = new StatisticsSnapShot();
         statisticsForm.ProcessStatistics(l.GetResults());
         statisticsForm.Show();
     }
 }
Ejemplo n.º 2
0
 private void buttonRefreshStatistics_Click(object sender, EventArgs e)
 {
     foreach (Listener l in listenerList)
     {
         StatisticsSnapShot statisticsForm = new StatisticsSnapShot();
         statisticsForm.ProcessStatistics(l.GetResults());
         statisticsForm.Show();
     }
 }