//退出 public void Exit() { for (int i = 0; i < Lines.Count; i++) { ResetLine((ushort)i); } InvokeVcDll.DisableCard(); InvokeVcDll.FreeDRV(); }