예제 #1
0
 public void update()
 {
     if (msiMonitor != null)
     {
         msiMonitor.update();
     }
     if (networkMonitor != null)
     {
         networkMonitor.update();
     }
     if (storageMonitor != null)
     {
         storageMonitor.update();
     }
     if (fanController != null)
     {
         fanController.update();
     }
 }