コード例 #1
0
 public CopyCommand(CurrentDirectory dir)
 {
     this._d = dir;
 }
コード例 #2
0
 public ChangeCommand(CurrentDirectory dir)
 {
     this._d = dir;
 }
コード例 #3
0
 public MkFileCommand(CurrentDirectory dir)
 {
     this._d = dir;
 }
コード例 #4
0
 public ShowCommand(CurrentDirectory dir)
 {
     this._d = dir;
 }