Explorar o código

使静态类变量私有。

JeffWang %!s(int64=2) %!d(string=hai) anos
pai
achega
637a2f81cd
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      FactoryTool_CShare/Business/GMethod.cs

+ 1 - 1
FactoryTool_CShare/Business/GMethod.cs

@@ -14,7 +14,7 @@ namespace MOKA_Factory_Tools
 {
     internal class GMethod
     {
-        public static MaInfo s_maInfo = null;
+        private static MaInfo s_maInfo = null;
         private static string strLastOrder = "";
         private static string strOrderKind = ""; // 试产 or 量产;
         private static Dictionary<string, string> LastKaylaOrderInfo = new Dictionary<string, string>();