Ejemplo n.º 1
0
 public ViewModelBase()
 {
     commands = new MangoEvents();
     OnCreate();
 }
Ejemplo n.º 2
0
 public MVVM_UIView()
 {
     notifications = new MangoEvents();
     groupName     = this.GetType().Name;
 }