Inheritance: ISynchronizeInvoke
コード例 #1
0
 public static CentralServerMonitor GetCentralMonitor()
 {
     if (csm == null)
     {
         csm = new CentralServerMonitor();
     }
     return(csm);
 }
コード例 #2
0
 public AnhService()
 {
     monitor = CentralServerMonitor.GetCentralMonitor();
     LoadConfig();
     monitor.GetListOfServersAvailable();
 }
コード例 #3
0
 public static CentralServerMonitor GetCentralMonitor()
 {
     if (csm == null) csm = new CentralServerMonitor();
     return csm;
 }