コード例 #1
0
ファイル: ServiceLogVM.cs プロジェクト: Yoba91/EService
 public OpenWindowCommand(Action <object> execute, Func <object, bool> canExecute, ServiceLogVM main) : base(execute, canExecute)
 {
 }
コード例 #2
0
ファイル: ServiceLogVM.cs プロジェクト: Yoba91/EService
 public OpenWindowCommand(Action <object> execute, ServiceLogVM main) : base(execute)
 {
 }