public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/WebManagement.Client;component/Views/Category/ListCategoryContentView.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.rbiLoading = ((Telerik.Windows.Controls.RadBusyIndicator)(this.FindName("rbiLoading")));
     this.rtlData = ((Telerik.Windows.Controls.RadTreeListView)(this.FindName("rtlData")));
 }
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/WebManagement.Client;component/Views/Training/ListClassView.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.rbiLoading = ((Telerik.Windows.Controls.RadBusyIndicator)(this.FindName("rbiLoading")));
     this.rtlData = ((Telerik.Windows.Controls.RadTreeListView)(this.FindName("rtlData")));
 }
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/WebManagement.Client;component/Views/Others/EditChooseCategoryCommentView.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.rbiLoading = ((Telerik.Windows.Controls.RadBusyIndicator)(this.FindName("rbiLoading")));
     this.btnChoose = ((Telerik.Windows.Controls.RadButton)(this.FindName("btnChoose")));
     this.btnCancel = ((Telerik.Windows.Controls.RadButton)(this.FindName("btnCancel")));
     this.rtlData = ((Telerik.Windows.Controls.RadTreeListView)(this.FindName("rtlData")));
 }