Ejemplo n.º 1
0
 void DeleteNote(object sender, string e)
 {
     Task.Run(() => {
         _viewModel.DeleteNote(e);
     });
 }