Example #1
0
 private void Window_Closed(object sender, EventArgs e)
 {
     try
     {
         TheTool_micro.sendCmd(MicroCmd.cmd_sleep);
     }
     catch { }
 }
Example #2
0
        public MainWindow()
        {
            //InitializeComponent();
            initialize();
            TheStore.mainWindow = this;
            TheTool_micro.reset(false);

            TheBVH.createRotationMatrix(10, 20, 30, "zyx");
        }