Ejemplo n.º 1
0
 public FileToShrotcutCommand(FileToShortCutModel model, ShortCutMaker shortCutMaker) : this(model)
 {
     this.shortCutMaker = shortCutMaker;
 }
Ejemplo n.º 2
0
 public ShortCutMaker(FileToShortCutModel model)
 {
     this.model = model;
 }
Ejemplo n.º 3
0
 public FileToShrotcutCommand(FileToShortCutModel model)
 {
     this.model = model;
 }