コード例 #1
0
 public CustomerViewModel()
 {
     objCommand = new ButtonCommand(this.Calculate, obj.IsValid); //passing necessary params
 }
コード例 #2
0
 public CustomerViewModel()
 {
     objCommand = new ButtonCommand(this);
 }
コード例 #3
0
 public CustomerViewModel()
 {
     objCommand = new ButtonCommand(this.Calculate, obj.IsValid); //passing necessary params
 }