Exemplo n.º 1
0
 /// <summary>
 /// 删除串口
 /// </summary>
 public void DelPort()
 {
     MyModel.DelPort(f);
     MyView.FlushListBox(ref MyModel);
 }