
Winform
wangjingjing1014
王静静
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Winform版计算器
--前台页面设计--后台代码实现using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.原创 2013-04-11 08:09:44 · 1215 阅读 · 4 评论 -
winfrom 实现读取修改xml
在winfrom窗体中放一个文本框,2个按钮,一个panle,如下图form.cs文件中的代码using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using原创 2015-08-14 10:35:05 · 2532 阅读 · 1 评论