コード例 #1
0
 public UserControlBarUC()
 {
     InitializeComponent();
     this.DataContext = ViewModel = new ControlBarVM();
 }
コード例 #2
0
 public ControlBarUC()
 {
     InitializeComponent();
     this.DataContext = viewmodel = new ControlBarVM();
 }