From f53d7d8f7bfd8df17cad276cc2845e55c198eb14 Mon Sep 17 00:00:00 2001 From: jerry <648428741@qq.com> Date: Sat, 24 Jul 2021 07:13:51 +0000 Subject: [PATCH] update WinformGeneralDeveloperFrame.Start/Program.cs. --- WinformGeneralDeveloperFrame.Start/Program.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WinformGeneralDeveloperFrame.Start/Program.cs b/WinformGeneralDeveloperFrame.Start/Program.cs index 9662b73..1a38acd 100644 --- a/WinformGeneralDeveloperFrame.Start/Program.cs +++ b/WinformGeneralDeveloperFrame.Start/Program.cs @@ -1,4 +1,4 @@ -using DevExpress.Skins; +using DevExpress.Skins; using DevExpress.UserSkins; using System; using System.Collections.Generic; @@ -13,7 +13,7 @@ namespace WinformGeneralDeveloperFrame.Start static class Program { /// - /// The main entry point for the application. + /// The main entry point for the application.测试 /// [STAThread] static void Main()