| | |
| | | |
| | | if (GlobalVar.dicCommunicators.ContainsKey(name)) |
| | | { |
| | | CommunicatorForm cameraForm = new CommunicatorForm(GlobalVar.dicCommunicators[name], name); |
| | | cameraForm.Show(); |
| | | CommunicatorForm communicatorFForm = new CommunicatorForm(GlobalVar.dicCommunicators[name], name); |
| | | communicatorFForm.CommunicatorChanged += CommunicatorFForm_CommunicatorChanged; |
| | | communicatorFForm.Show(); |
| | | } |
| | | } |
| | | } |
| | | |
| | | private void CommunicatorFForm_CommunicatorChanged(BaseCommunicator communicator) |
| | | { |
| | | |
| | | } |
| | | |
| | | // 移除通讯口 |
| | | private void DeleteEvent(string Name, string Text) |
| | | { |