From d6f252397a9d09f41f7cc62dd5ef0d89c6fa65c6 Mon Sep 17 00:00:00 2001 From: black-goat-me <226547893@qq.com> Date: 星期一, 24 四月 2023 09:12:33 +0800 Subject: [PATCH] 1 --- NETERP/Program.cs | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/NETERP/Program.cs b/NETERP/Program.cs index 4f438e0..4584023 100644 --- a/NETERP/Program.cs +++ b/NETERP/Program.cs @@ -12,6 +12,7 @@ [STAThread] static void Main() { + //22 Application.EnableVisualStyles(); Application.SetCompatibleTextRenderingDefault(false); DBUtility.ClsPub.AppPath = System.Environment.CurrentDirectory; -- Gitblit v1.9.1