Exemplo n.º 1
0
 public void ShowCollectorDetails(ICollector collector)
 {
     base.Show();
     HttpPingConfig = null;
     HttpPingConfig = ((HttpPing)collector).HttpPingConfig;
     LoadList();
     RefreshList();
     ShowDetails_Resize(null, null);
 }
Exemplo n.º 2
0
 public void RefreshConfig(ICollector collector)
 {
     HttpPingConfig = ((HttpPing)collector).HttpPingConfig;
     LoadList();
     RefreshList();
     if (this.WindowState == FormWindowState.Minimized)
     {
         this.WindowState = FormWindowState.Normal;
     }
     this.Show();
 }