服务端添加框架日志查看器

This commit is contained in:
dathlin
2017-09-03 09:03:42 +08:00
parent b1852df1e4
commit da3ff0f22b
2 changed files with 27 additions and 7 deletions

View File

@@ -321,6 +321,14 @@ namespace 软件系统服务端模版
}
}
private void ToolStripMenuItem_Click(object sender, EventArgs e)
{
using (FormLogNetView fln = new FormLogNetView())
{
fln.ShowDialog();
}
}
#endregion
#region
@@ -1356,8 +1364,10 @@ namespace 软件系统服务端模版
SoftBasic.ShowExceptionMessage(ex);
}
}
#endregion
}
}