C#上位机——串口助手高级 using Microsoft.Win32;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.IO.Ports;
using System.Text;
using System.Windows.Forms;namespace 串口助手
{p…
C#上位机——串口助手高级03 using Microsoft.Win32;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.IO.Ports;
using System.Text;
using System.Windows.Forms;namespace 串口助手
…
C#上位机——父子窗口 创建一个类 第一步:主窗体建立委托 第二步:在主窗体的事件中使用委托 第三步:将副窗体中的方法赋给委托
using Microsoft.Win32;
using System;
using System.Collections.Generic;
using System.ComponentModel;
u…
C#上位机—事件传参 主窗口的操作 子窗口的操作 using Microsoft.Win32;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.IO.Ports;
using System.Text;
using System.Windows.Forms…