版本号机制优化,添加体验客户端,更新readme.md,版本v1.6.1

This commit is contained in:
dathlin
2017-10-06 19:28:44 +08:00
parent 9ed7e378d4
commit c8525b1605
7 changed files with 25 additions and 4 deletions

View File

@@ -272,8 +272,11 @@ namespace 软件系统服务端模版
private void ToolStripMenuItem_Click(object sender, EventArgs e)
{
using (FormAbout fm = new FormAbout(
SoftResources.StringResouce.SoftName, UserServer.ServerSettings.SystemVersion,
2017, SoftResources.StringResouce.SoftCopyRight))
SoftResources.StringResouce.SoftName,
UserServer.ServerSettings.SystemVersion,
2017,
SoftResources.StringResouce.SoftCopyRight
))
{
fm.ShowDialog();
}