示例#1
0
        void _cpManager_RemovedCommuniPort(object sender, CommuniPortEventArgs e)
        {
            ICommuniPort cp = e.CommuniPort;

            StationCommuniPortBinder.Unbind(cp, GetHardware());
        }