提交当前本机整理版本
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using System;
|
||||
using Lskj.Control;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Windows.Forms;
|
||||
@@ -16,7 +17,7 @@ namespace Lskj.BatchUpload
|
||||
string arrayAsString = string.Empty;
|
||||
if (args.Length > 0)
|
||||
{
|
||||
arrayAsString = args[0]; // 获取传递的字符串参数
|
||||
arrayAsString = args[0]; // 获取传递的字符串参数
|
||||
}
|
||||
Application.EnableVisualStyles();
|
||||
Application.SetCompatibleTextRenderingDefault(false);
|
||||
|
||||
Reference in New Issue
Block a user