Ejemplo n.º 1
0
 private void Frm_MTR_RETURN_FormClosing(object sender, FormClosingEventArgs e)
 {
     try
     {
         sPL.ExitCodeSoft();
     }
     catch (Exception ex)
     {
         MessageBox.Show("退出CodeSoft失败:" + ex.Message);
     }
 }
Ejemplo n.º 2
0
 private void Frm_Material_Split_FormClosing(object sender, FormClosingEventArgs e)
 {
     PL.ExitCodeSoft();
 }
Ejemplo n.º 3
0
 private void Frm_Input_FormClosing(object sender, FormClosingEventArgs e)
 {
     sPrint.ExitCodeSoft();
     bzz.ClosePort();
 }