예제 #1
0
파일: ComComm.cs 프로젝트: dan89080/ComComm
 private void button_RefreshPortList_Click(object sender, EventArgs e)
 {
     pictureBox_Chart1.BackgroundImage = null;
     pictureBox_Chart2.BackgroundImage = null;
     GetPortList();
     T_auto.Dispose();
 }