Example #1
0
 public Roles()
 {
     InitializeComponent();
     PageAnimation.SetObject(front, back);
     viewModel    = new RolesViewModel();
     this.Loaded += (s, e) => { this.DataContext = this.viewModel; };
 }
 public PhieuNhapThuocList()
 {
     InitializeComponent();
     PageAnimation.SetObject(front, back);
     viewModel    = new PhieuNhapThuocViewModel();
     this.Loaded += (s, e) => { this.DataContext = this.viewModel; };
 }
Example #3
0
 public AllCodeList()
 {
     InitializeComponent();
     PageAnimation.SetObject(front, back);
     this.Loaded += (s, e) => { this.DataContext = new AllCodeViewModel(); };
 }
Example #4
0
 public BaoCaoTonKho()
 {
     InitializeComponent();
     PageAnimation.SetObject(front, back);
     this.Loaded += (s, e) => { this.DataContext = new QuanLyThuocTonKho(); };
 }