Exemplo n.º 1
0
 public NewUserViewModel()
 {
     DataQuery = new DataQuery_Mod();
 }
Exemplo n.º 2
0
 public AddItemViewModel()
 {
     DataQuery = new DataQuery_Mod();
 }
Exemplo n.º 3
0
 public LoginViewModel()
 {
     DataQuery = new DataQuery_Mod();
 }
Exemplo n.º 4
0
 public AddAccountViewModel()
 {
     DataQuery = new DataQuery_Mod();
 }