コード例 #1
0
 public FileToShrotcutCommand(FileToShortCutModel model, ShortCutMaker shortCutMaker) : this(model)
 {
     this.shortCutMaker = shortCutMaker;
 }
コード例 #2
0
ファイル: ShortCutMaker.cs プロジェクト: MarcoMedrano/WinR
 public ShortCutMaker(FileToShortCutModel model)
 {
     this.model = model;
 }
コード例 #3
0
 public FileToShrotcutCommand(FileToShortCutModel model)
 {
     this.model = model;
 }