コード例 #1
0
ファイル: ColorModel.cs プロジェクト: Demarini/AutoClicker
 public ColorModel(ColorViewModel colorViewModel)
 {
     this.colorViewModel = colorViewModel;
 }
コード例 #2
0
ファイル: ColorService.cs プロジェクト: Demarini/AutoClicker
 public ColorService(ColorViewModel colorViewModel, ColorModel colorModel)
 {
     this.colorViewModel = colorViewModel;
     this.colorModel = colorModel;
 }