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