public ViewModel()
 {
     Test            = 293;
     this.MyProperty = new CommandMethodReflectionProvider(this);
 }
Ejemplo n.º 2
0
 public DataEditor_ViewModel(Core core, ProjectFile projectFile) : base(core)
 {
     com = new CommandMethodReflectionProvider(this);
     this.projectFile = projectFile;
 }