Exemplo n.º 1
0
 private void FunctionTestFormFormClosing(object sender, FormClosingEventArgs e)
 {
     //关闭所有线程
     DeviceAdapter.Close();
     //保存变量最后值
     _iVariableDesignRepository.ExitWithSaving();
 }