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