コード例 #1
0
 public OpenImageCommand(IFallsVM currentVM)
 {
     CurrentVM = currentVM;
 }
コード例 #2
0
 public AddFallCommand(IFallsVM currentVM)
 {
     CurrentVM = currentVM;
 }
コード例 #3
0
ファイル: OpenImageCommand.cs プロジェクト: YissacharB/PL
 public OpenImageCommand(IFallsVM Vm)
 {
     CurrentVM = Vm;
 }