Example #1
0
 private void _CheckPicture_P_RightHandUp_Mode1(object sender, EventArgs e)
 {
     ViewStylesetControl = new ViewStyleset();
     _Global_C_AddControl(ViewStylesetControl);
     _Global_C_RemoveControl(CheckPictureControl);
     CheckPictureControl.Dispose();
     CheckPictureControl = null;
 }
 private void _ViewStyleset_P_LeftHandUp(object sender, EventArgs e)
 {
     KinectController.RemoveGestureEventHandler();
     TakePictureControl = new TakePicture();
     _Global_C_AddControl(TakePictureControl);
     _TakePicture_Initialize(0);
     _Global_C_RemoveControl(ViewStylesetControl);
     ViewStylesetControl.Dispose();
     ViewStylesetControl = null;
 }
 private void _CheckPicture_P_RightHandUp_Mode1(object sender, EventArgs e)
 {
     _Global_C_ShowWaitingScreen();
     _Global_C_RemoveControl(CheckPictureBackControl);
     ViewStylesetControl = new ViewStyleset();
     _Global_C_AddControl(ViewStylesetControl);
     NetworkTS     = new ThreadStart(_ViewStyleset_Initialize);
     NetworkThread = new Thread(NetworkTS);
     NetworkThread.Start();
     CheckPictureBackControl.Dispose();
     CheckPictureBackControl = null;
 }
 private void _CheckPicture_P_RightHandUp_Mode1(object sender, EventArgs e)
 {
     ViewStylesetControl = new ViewStyleset();
     _Global_C_AddControl(ViewStylesetControl);
     _Global_C_RemoveControl(CheckPictureControl);
     CheckPictureControl.Dispose();
     CheckPictureControl = null;
 }
 private void _ViewStyleset_P_LeftHandUp(object sender, EventArgs e)
 {
     KinectController.RemoveGestureEventHandler();
     TakePictureControl = new TakePicture();
     _Global_C_AddControl(TakePictureControl);
     _TakePicture_Initialize(0);
     _Global_C_RemoveControl(ViewStylesetControl);
     ViewStylesetControl.Dispose();
     ViewStylesetControl = null;
 }
 private void _CheckPicture_P_RightHandUp_Mode1(object sender, EventArgs e)
 {
     _Global_C_ShowWaitingScreen();
     _Global_C_RemoveControl(CheckPictureBackControl);
     ViewStylesetControl = new ViewStyleset();
     _Global_C_AddControl(ViewStylesetControl);
     NetworkTS = new ThreadStart(_ViewStyleset_Initialize);
     NetworkThread = new Thread(NetworkTS);
     NetworkThread.Start();
     CheckPictureBackControl.Dispose();
     CheckPictureBackControl = null;
 }