Ejemplo n.º 1
0
 private static bool MachineIsValid(Machine machine)
 {
     return(ConnectionStore.MachineIsValid(machine));
 }