public SearchFileCommand(IAddFall vm)
 {
     this.CurrentVM = vm;
 }
예제 #2
0
 public SearchFCommand(IAddFall currentVM)
 {
     this.CurrentVM = currentVM;
 }
예제 #3
0
 public AddFallCommand(IAddFall currentVM)
 {
     this.CurrentVM = currentVM;
 }