Exemplo n.º 1
0
 private void ClientActivityRemoved(object sender, ActivityRemovedEventArgs e)
 {
     //RemoveActivityUI(e.Id);
 }
Exemplo n.º 2
0
 private void OnActivityRemoved(object sender, ActivityRemovedEventArgs e)
 {
     Log.Out("Main", "Activity Removed");
     RemoveActivityUI(e.Id);
 }
Exemplo n.º 3
0
 private void ClientActivityRemoved(object sender, ActivityRemovedEventArgs e)
 {
     RemoveActivityUi(e.Id);
     AddToLog("Activity Removed\n");
 }