Explorar o código

去掉leave事件

shim %!s(int64=8) %!d(string=hai) anos
pai
achega
bf65ca47c5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      UAS-MES/FunctionCode/Make/Make_CustomLabelPrint.cs

+ 1 - 1
UAS-MES/FunctionCode/Make/Make_CustomLabelPrint.cs

@@ -250,7 +250,7 @@ namespace UAS_MES.Make
 
         private void pr_code_Leave(object sender, EventArgs e)
         {
-            pr_code_KeyDown(sender, new KeyEventArgs(Keys.Enter));
+            //pr_code_KeyDown(sender, new KeyEventArgs(Keys.Enter));
         }
     }
 }