|
|
|
|
|
|
port = port |
|
|
|
} |
|
|
|
); |
|
|
|
Communicator.QuitCommandReceived += OnQuitCommandReceived; |
|
|
|
Communicator.ResetCommandReceived += OnResetCommand; |
|
|
|
} |
|
|
|
|
|
|
|
if (Communicator != null) |
|
|
|
|
|
|
); |
|
|
|
Communicator = null; |
|
|
|
} |
|
|
|
} |
|
|
|
if (Communicator != null) |
|
|
|
{ |
|
|
|
Communicator.QuitCommandReceived += OnQuitCommandReceived; |
|
|
|
Communicator.ResetCommandReceived += OnResetCommand; |
|
|
|
} |
|
|
|
|
|
|
|
// If a communicator is enabled/provided, then we assume we are in
|
|
|
|