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