static void ISwitchMethod(ISwitchable dev, int x) { if (x == 0) { dev.Off(); dev.ViewState(); } else { dev.On(); dev.ViewState(); } }