예제 #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;
 }