コード例 #1
0
 public ParameterfulCommand(CommandTypeContext context)
 {
     Context = context;
 }
コード例 #2
0
 public ParameterfulCommand()
 {
     Context = new CommandTypeContext(GetType());
 }