示例#1
0
 bool isPowered()
 {
     if (conduit != null)
     {
         return(conduit.isPowered());
     }
     return(false);
 }