![]() |
#2
over12302016-07-27 17:00
|
菜鸟求助:
刚开始接触C#,用串口实时接收数据(string形式)并且利用接收到的数据控制两个画图事件图像的颜色。怎么让事件public void pictureBox1_Paint(object sender, PaintEventArgs e)和 private void CreateGraph(ZedGraphControl zgc)共用串口传上来的数据啊?