Esempio n. 1
0
 public CleanGetAndSetMethodBuilder()
 {
     notifyPropertyChangedFeature = new NotifyPropertyChangedFeature();
     delegateCommandBuilder       = new DelegateCommandBuilder();
 }
Esempio n. 2
0
 public ViewModelBuilder()
 {
     notifyPropertyChangedFeature = new NotifyPropertyChangedFeature();
     delegateCommandBuilder       = new DelegateCommandBuilder();
 }