void newClient_MoteIFClosedEvent(object sender, MoteIFClosedEvtArg e) { WriteLine(motecom + " is not responding. Closing Serial forwarder (id = " + id.ToString() + ")", prompt.errorTextColor); //CloseAll(); if (moteConnLost != null) { moteConnLost(this, null); } }
void newClient_MoteIFClosedEvent(object sender, MoteIFClosedEvtArg e) { WriteLine(motecom + " is not responding. Closing Serial forwarder (id = " + id.ToString() + ")", prompt.errorTextColor); //CloseAll(); if (moteConnLost != null) moteConnLost(this, null); }