public CustomerViewModel()
 {
     objCommand = new ButtonCommand(this.Calculate, obj.IsValid); //passing necessary params
 }
Beispiel #2
0
 public CustomerViewModel()
 {
     objCommand = new ButtonCommand(this);
 }
 public CustomerViewModel()
 {
     objCommand = new ButtonCommand(this.Calculate, obj.IsValid); //passing necessary params
 }