public FileToShrotcutCommand(FileToShortCutModel model, ShortCutMaker shortCutMaker) : this(model)
 {
     this.shortCutMaker = shortCutMaker;
 }
Example #2
0
 public ShortCutMaker(FileToShortCutModel model)
 {
     this.model = model;
 }
 public FileToShrotcutCommand(FileToShortCutModel model)
 {
     this.model = model;
 }