
C#
文章平均质量分 69
Jabin.
关注Android应用开发技术,关注开源技术
展开
-
C# 在一个winform中控制另一个winform中的控件
转载请注明出处:http://blog.youkuaiyun.com/zjbpku/article/details/7515691以前我完成这样的功能是通过get{}和set{}来完成的,结果发现其效率并不高,而且有时候对控件的控制也不能完成预期目标,让我很恼火。现在可以通过以下方法来实现在一个winform中控制另一个winform中的控件。比如说:现在又两个窗口,每个窗口有一个button,第一个原创 2012-04-26 20:13:02 · 10953 阅读 · 3 评论 -
C# 串口
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Windows.Forms;name原创 2012-07-19 23:34:19 · 908 阅读 · 0 评论