Example #1
0
 private void buttonStartMonitoring_Click(object sender, EventArgs e)
 {
     controller.StartDetecting();
     buttonStopMonitoring.Enabled  = true;
     buttonStartMonitoring.Enabled = false;
 }
Example #2
0
 private void buttonStartMonitoring_Click(object sender, EventArgs e)
 {
     controller.StartDetecting();
 }