コード例 #1
0
 public MyGeneratedClass()
 {
     this._commands = new OperationCommands(this);
 }
コード例 #2
0
 public MyApplicationSession()
 {
     this._commands = new OperationCommands(this);
 }