Exemple #1
0
 ////////////////////////////////////////////////////////////////////////////////////////////////////
 public ViewModel()
 {
     SayHelloCommand = new Noesis.Samples.DelegateCommand(SayHello);
 }
Exemple #2
0
 ////////////////////////////////////////////////////////////////////////////////////////////////////
 public ViewModel()
 {
     SayHelloCommand = new Noesis.Samples.DelegateCommand(SayHello);
 }