diff --git a/MainWindow.xaml b/MainWindow.xaml
index 172ad26..1f5d3fb 100644
--- a/MainWindow.xaml
+++ b/MainWindow.xaml
@@ -76,7 +76,7 @@
-
+
@@ -138,22 +138,22 @@
-
-
+
+
-
+
-
+
-
+
-
+
@@ -163,16 +163,16 @@
-
+
-
-
-
+
+
+
diff --git a/MainWindow.xaml.cs b/MainWindow.xaml.cs
index a210dd3..33a8eb8 100644
--- a/MainWindow.xaml.cs
+++ b/MainWindow.xaml.cs
@@ -263,5 +263,22 @@ namespace formula_manage
}
}
+ private void CP_PRODUCT_CODE_KeyUp(object sender, System.Windows.Input.KeyEventArgs e)
+ {
+
+
+
+ if (e.Key == Key.Enter)
+ {
+ //SendKeys.SendWait("{Tab}");
+ UserClass.PressKey.PressKeys(Keys.Tab, false);
+ UserClass.PressKey.PressKeys(Keys.Tab, true);
+ }
+ }
+
+ private void CP_CONC_KeyUp(object sender, System.Windows.Input.KeyEventArgs e)
+ {
+
+ }
}
}