update 20241204
This commit is contained in:
@@ -38,7 +38,8 @@ namespace OnDoc
|
||||
|
||||
if (args.Length > 0)
|
||||
{
|
||||
|
||||
string debugstring;
|
||||
|
||||
|
||||
if (args[0].ToString().ToUpper().Substring(args[0].ToString().Length - 4, 4) == ".EDK")
|
||||
{
|
||||
@@ -46,6 +47,7 @@ namespace OnDoc
|
||||
|
||||
string destfile = AppParams.tempdir + DateTime.Now.ToString("yyyyMMddHHmmss") + "_tmpfile.edk";
|
||||
System.IO.File.Copy(args[0],destfile);
|
||||
|
||||
//EDK_Data.Load_EDK_File(args[0]);
|
||||
}
|
||||
else
|
||||
@@ -81,7 +83,7 @@ namespace OnDoc
|
||||
}
|
||||
|
||||
Application.EnableVisualStyles();
|
||||
Application.SetCompatibleTextRenderingDefault(false);
|
||||
//Application.SetCompatibleTextRenderingDefault(false);
|
||||
Syncfusion.Licensing.SyncfusionLicenseProvider.RegisterLicense("Ngo9BigBOggjHTQxAR8/V1NCaF5cXmZCf1FpRmJGdld5fUVHYVZUTXxaS00DNHVRdkdnWXdecXRdQ2heUU13XUI=");
|
||||
AppParams.init();
|
||||
// // MyForm = new Start();
|
||||
|
||||
Reference in New Issue
Block a user