Exemple #1
0
 void ModelSelectedCommandExecute(_47971ItemModel model)
 {
     System.Diagnostics.Debug.WriteLine(model.Name);
 }
Exemple #2
0
 bool CanExecute(_47971ItemModel itemModel)
 {
     return(true);
 }