Exemplo n.º 1
0
 public ColorPicker()
 {
     InitializeComponent();
     this.viewModel   = new ColorPickerViewModel();
     this.DataContext = this.viewModel;
 }
Exemplo n.º 2
0
 public ColorPicker()
 {
     InitializeComponent();
     this.viewModel = new ColorPickerViewModel();
     this.DataContext = this.viewModel;
 }