コード例 #1
0
ファイル: ExecuteRequest.cs プロジェクト: wortexx/notes
 public ExecuteRequest(CommandBase command)
 {
     Command = command;
 }
コード例 #2
0
 public ExecuteRequest(CommandBase command);