版本号机制优化,添加体验客户端,更新readme.md,版本v1.6.1
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user