Exemplo n.º 1
0
 private void OnGettingCalm(ActivityMsg msg)
 {
     IsBusy = false;
 }
Exemplo n.º 2
0
 private void OnGettingBusy(ActivityMsg msg)
 {
     BusyMessage = string.Empty;
     IsBusy = true;
     BusyMessage = msg.BusyText;
 }