Ejemplo n.º 1
0
 public ConditionalCheckBox()
 {
     this.InitializeComponent();
     this.viewModel          = this.treeGrid.DataContext as EmployeeDetailsRepository;
     this.treeGrid.Loaded   += TreeGrid_Loaded;
     this.treeGrid.Unloaded += TreeGrid_Unloaded;
 }
Ejemplo n.º 2
0
 public OnDemandLoading()
 {
     this.InitializeComponent();
     this.viewModel          = this.treeGrid.DataContext as EmployeeDetailsRepository;
     this.treeGrid.Loaded   += TreeGrid_Loaded;
     this.treeGrid.Unloaded += TreeGrid_Unloaded;
 }