新增系统运行截图,准备完善系统介绍说明。

This commit is contained in:
dathlin
2017-06-06 10:43:04 +08:00
parent ce20c02271
commit 5bf7e79088
16 changed files with 3 additions and 3 deletions

View File

@@ -177,7 +177,7 @@ namespace 软件系统客户端模版
private void ToolStripMenuItem_Click(object sender, EventArgs e)
{
using (FormInputAndAction fiaa = new FormInputAndAction(str => UserClient.Net_simplify_client.ReadFromServer(
CommonHeadCode.SimplifyHeadCode. + str).IsSuccess, UserClient.Announcement))
CommonHeadCode.SimplifyHeadCode. + str).IsSuccess, UserClient.Announcement, "请输入公告内容"))
{
fiaa.ShowDialog();
}
@@ -241,7 +241,7 @@ namespace 软件系统客户端模版
private void ToolStripMenuItem_Click(object sender, EventArgs e)
{
using (FormInputAndAction fiaa = new FormInputAndAction(str => UserClient.Net_simplify_client.ReadFromServer(
CommonHeadCode.SimplifyHeadCode. + UserClient.UserAccount.UserName + ":" + str).IsSuccess))
CommonHeadCode.SimplifyHeadCode. + UserClient.UserAccount.UserName + ":" + str).IsSuccess, "", "请输入意见反馈:"))
{
fiaa.ShowDialog();
}
@@ -481,6 +481,6 @@ namespace 软件系统客户端模版
#endregion
}
}