Beispiel #1
0
 public int GetRevolucionesMotor()
 {
     if (m != null)
     {
         return(m.GetRevoluciones());
     }
     else
     {
         return(-1);
     }
 }