Пример #1
0
 public void ShowCollectorDetails(ICollector collector)
 {
     base.Show();
     SoapWebServicePingConfig = null;
     SoapWebServicePingConfig = ((SoapWebServicePing)collector).SoapWebServicePingConfig;
     LoadList();
     RefreshList();
     ShowDetails_Resize(null, null);
 }
Пример #2
0
 public void RefreshConfig(ICollector collector)
 {
     SoapWebServicePingConfig = null;
     SoapWebServicePingConfig = ((SoapWebServicePing)collector).SoapWebServicePingConfig;
     LoadList();
     RefreshList();
     if (this.WindowState == FormWindowState.Minimized)
     {
         this.WindowState = FormWindowState.Normal;
     }
     this.Show();
 }