public void InitializeComponent()
 {
     if (_contentLoaded)
     {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/AssetManagement;component/Views/TILL/OpenTill.xaml", System.UriKind.Relative));
     this.LayoutRoot    = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.ShortDate     = ((EduBanking.Silverlight.ChangeDate)(this.FindName("ShortDate")));
     this.splHeader     = ((System.Windows.Controls.StackPanel)(this.FindName("splHeader")));
     this.dgdTillMaster = ((DataGrid)(this.FindName("dgdTillMaster")));
 }
Exemple #2
0
 public void InitializeComponent()
 {
     if (_contentLoaded)
     {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/AssetManagement;component/Views/TransferMoney/ViewListPayment.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.front      = ((System.Windows.Controls.Grid)(this.FindName("front")));
     this.ShortDate  = ((EduBanking.Silverlight.ChangeDate)(this.FindName("ShortDate")));
     this.splHeader  = ((System.Windows.Controls.StackPanel)(this.FindName("splHeader")));
     this.dgdRM_TRAN = ((DataGrid)(this.FindName("dgdRM_TRAN")));
     this.back       = ((System.Windows.Controls.Grid)(this.FindName("back")));
 }