public loadImageCommand(IFallViewModel vm)
 {
     CurrentVM = vm;
 }
 public AddFallCommand(IFallViewModel vm)
 {
     CurrentVM = vm;
 }
Exemplo n.º 3
0
 public FallBtnCommand(IFallViewModel vm)
 {
     CurrentVM = vm;
 }