提交 9d6dfa29 编写于 作者: Richard__Hu's avatar Richard__Hu

增加系统的图片说明

上级 4582d69b
# C-S架构的服务器客户端模版
该模版由三部分的程序组成,一个服务端运行的程序,一个客户端运行的程序,还有一个公共的组件,实现了基础的账户管理功能,版本控制,软件升级,公告管理,消息群发功能。具体的操作方法见演示就行
# C-S架构的服务器客户端模版
该模版由三部分的程序组成,一个服务端运行的程序,一个客户端运行的程序,还有一个公共的组件,实现了基础的账户管理功能,版本控制,软件升级,公告管理,消息群发功能。具体的操作方法见演示就行。下面主要介绍下服务端的程序界面和客户端的程序界面。
## 服务器端程序界面如下:
![](https://github.com/dathlin/C-S-/raw/master/软件系统服务端模版/screenshots/server.png)
功能菜单都在设置中,可以尝试其他操作。
## 客户端的程序界面
#### 登录窗口
![](https://github.com/dathlin/C-S-/raw/master/软件系统客户端模版/screenshots/client1.png)
#### 主界面
![](https://github.com/dathlin/C-S-/raw/master/软件系统客户端模版/screenshots/client2.png)
\ No newline at end of file
......@@ -145,6 +145,7 @@
</Compile>
</ItemGroup>
<ItemGroup>
<Folder Include="screenshots\" />
<Folder Include="UserControls\" />
</ItemGroup>
<ItemGroup>
......
......@@ -90,6 +90,9 @@
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
</ItemGroup>
<ItemGroup>
<Folder Include="screenshots\" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册