Ejemplo n.º 1
0
        /// <summary>
        /// startButton_Click() executes each time the start button on the GUI is clicked, it serves to allow the user to continue verifying orders
        /// </summary>
        /// <param name="sender"></param>
        /// <param name="e"></param>
        public void startButton_Click(object sender, EventArgs e)
        {
            var instance = new Answer();

            this.Hide();
            instance.initKinectSensor();
        }
Ejemplo n.º 2
0
 /// <summary>
 /// startButton_Click() executes each time the start button on the GUI is clicked, it serves to allow the user to continue verifying orders
 /// </summary>
 /// <param name="sender"></param>
 /// <param name="e"></param>
 public void startButton_Click(object sender, EventArgs e)
 {
     var instance = new Answer();
     this.Hide();
     instance.initKinectSensor();
 }