From 66ef18f9a40245955e26ec4d7cc2a9db23fa44cd Mon Sep 17 00:00:00 2001 From: HSL Date: Wed, 5 Apr 2017 15:16:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=B4=A6=E5=8F=B7=E6=B3=A8?= =?UTF-8?q?=E9=94=80=E9=87=8D=E6=96=B0=E7=99=BB=E5=BD=95=E7=9A=84BUG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 软件系统客户端模版/DatabaseSupport/Help.txt | 7 +++++++ 软件系统客户端模版/Program.cs | 1 + 软件系统客户端模版/软件系统客户端模版.csproj | 4 +++- 3 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 软件系统客户端模版/DatabaseSupport/Help.txt diff --git a/软件系统客户端模版/DatabaseSupport/Help.txt b/软件系统客户端模版/DatabaseSupport/Help.txt new file mode 100644 index 0000000..69026e0 --- /dev/null +++ b/软件系统客户端模版/DatabaseSupport/Help.txt @@ -0,0 +1,7 @@ + +########################################################################## +# +# 本文件夹下应放置一些数据库相关的类 +# 主要用来支持数据访问 +# +############################################################################ \ No newline at end of file diff --git a/软件系统客户端模版/Program.cs b/软件系统客户端模版/Program.cs index 30aa84f..fb80dbd 100644 --- a/软件系统客户端模版/Program.cs +++ b/软件系统客户端模版/Program.cs @@ -54,6 +54,7 @@ namespace 软件系统客户端模版 if (QuitCode == 1) { //继续显示登录窗口 + QuitCode = 0; goto P1; } } diff --git a/软件系统客户端模版/软件系统客户端模版.csproj b/软件系统客户端模版/软件系统客户端模版.csproj index 159b056..12acbb7 100644 --- a/软件系统客户端模版/软件系统客户端模版.csproj +++ b/软件系统客户端模版/软件系统客户端模版.csproj @@ -136,10 +136,12 @@ - + + +