修复账号注销重新登录的BUG
This commit is contained in:
7
软件系统客户端模版/DatabaseSupport/Help.txt
Normal file
7
软件系统客户端模版/DatabaseSupport/Help.txt
Normal file
@@ -0,0 +1,7 @@
|
||||
|
||||
##########################################################################
|
||||
#
|
||||
# 本文件夹下应放置一些数据库相关的类
|
||||
# 主要用来支持数据访问
|
||||
#
|
||||
############################################################################
|
||||
@@ -54,6 +54,7 @@ namespace 软件系统客户端模版
|
||||
if (QuitCode == 1)
|
||||
{
|
||||
//继续显示登录窗口
|
||||
QuitCode = 0;
|
||||
goto P1;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user