Beispiel #1
0
 public AlarmScreen(MainScreen ms)
 {
     InitializeComponent();
     this.ms        = ms;
     timer.Interval = 5000;
     timer.Tick    += new EventHandler(Timer_Tick);
     AlarmGPIO();
     timer.Start();
 }
 public SupervisorLoginScreen(MainScreen ms)
 {
     InitializeComponent();
     this.ms = ms;
 }
Beispiel #3
0
 public AlarmCodeScreen(MainScreen ms)
 {
     InitializeComponent();
 }