コード例 #1
0
 public CommandInterpreter(ICustomList <string> list)
 {
     this.list   = list;
     this.sorter = new Sorter();
 }
コード例 #2
0