Exemplo n.º 1
0
 public MenuCreationVM(string name, ViewChanger root) : base(name, root)
 {
 }
Exemplo n.º 2
0
 public Registration(string name, ViewChanger root) : base(name, root)
 {
 }
Exemplo n.º 3
0
 public HomeView(string name, ViewChanger root) : base(name, root)
 {
     _activityIndex = 0;
 }
Exemplo n.º 4
0
 public ViewModel(string name, ViewChanger root)
 {
     Name = name;
     Root = root;
 }