摘要: 1.新建一个类库 2.添加用户控件 3.在用户窗体写代码 点击查看代码 namespace MyControls { public partial class LED : UserControl { public LED() { InitializeComponent(); //添加事件 this. 阅读全文
posted @ 2025-06-21 13:56 小卡拉咪 阅读(102) 评论(0) 推荐(0)