completo invio UI con nuove const
This commit is contained in:
@@ -195,7 +195,7 @@ namespace Thermo.Active.UI
|
||||
}
|
||||
}),
|
||||
// NC status handler
|
||||
MessageServices.Current.Subscribe(SEND_NC_STATUS, (a, b) =>
|
||||
MessageServices.Current.Subscribe(SEND_NC_STATUS_UI, (a, b) =>
|
||||
{
|
||||
bool newNcStatus = (bool)a;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user