Пример #1
0
 bool isReceivingPower()
 {
     if (conduit != null)
     {
         return(conduit.isReceivingPower());
     }
     return(false);
 }