修复账号注销重新登录的BUG

This commit is contained in:
HSL
2017-04-05 15:16:34 +08:00
parent 115559fb25
commit 66ef18f9a4
3 changed files with 11 additions and 1 deletions

View File

@@ -0,0 +1,7 @@

##########################################################################
#
# 本文件夹下应放置一些数据库相关的类
# 主要用来支持数据访问
#
############################################################################

View File

@@ -54,6 +54,7 @@ namespace 软件系统客户端模版
if (QuitCode == 1)
{
//继续显示登录窗口
QuitCode = 0;
goto P1;
}
}

View File

@@ -136,10 +136,12 @@
</Compile>
</ItemGroup>
<ItemGroup>
<Folder Include="DatabaseSupport\" />
<Folder Include="UIControls\" />
<Folder Include="UserControls\" />
</ItemGroup>
<ItemGroup>
<Content Include="DatabaseSupport\Help.txt" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.