Пример #1
0
 /// <summary>
 /// Disconnect from power device
 /// </summary>
 /// <returns></returns>
 public bool Disconnect()
 {
     try
     {
         PowerControl.Dispose();
         return(true);
     }
     catch (Exception exp)
     {
         return(false);
     }
 }