Exemple #1
0
 // FUNCTION:  buttonStartRecord_Click:  Start Recording
 //
 //
 // Recording Timer Control
 //
 //  This sequences through a set of delays and detection events
 //  that determine when to take a photo.
 //
 //
 private void buttonStartRecord_Click(object sender, EventArgs e)
 {
     statemach.Start();
 }