新增系统运行截图,准备完善系统介绍说明。
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user