Browse Source

去除多余参数

章政 8 years ago
parent
commit
1de27800c0
1 changed files with 0 additions and 3 deletions
  1. 0 3
      UAS-MES/FunctionCode/Make/Make_BigBoxCollection.cs

+ 0 - 3
UAS-MES/FunctionCode/Make/Make_BigBoxCollection.cs

@@ -42,8 +42,6 @@ namespace UAS_MES.Make
 
         Thread thread;
 
-        private System.DateTime[] indate;
-
         string ErrorMessage = "";
 
         public Make_BigBoxCollection()
@@ -210,7 +208,6 @@ namespace UAS_MES.Make
             PrintLabel.DisplayMember = "la_name";
             PrintLabel.ValueMember = "la_id";
             ftpOperater ftp = new ftpOperater();
-            indate = new System.DateTime[_dt.Rows.Count];
             for (int i = 0; i < _dt.Rows.Count; i++)
             {
                 BaseUtil.GetPrintLabel(_dt.Rows[i]["la_name"].ToString(), _dt.Rows[i]["la_url"].ToString());