public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/Santander;component/View/ListaCuentasRegistradasView.xaml", System.UriKind.Relative));
     this.miCerrarSesion = ((Microsoft.Phone.Shell.ApplicationBarMenuItem)(this.FindName("miCerrarSesion")));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.TitlePanel = ((System.Windows.Controls.StackPanel)(this.FindName("TitlePanel")));
     this.gApplicationTitle = ((System.Windows.Controls.Grid)(this.FindName("gApplicationTitle")));
     this.ApplicationTitle = ((System.Windows.Controls.TextBlock)(this.FindName("ApplicationTitle")));
     this.PageTitle = ((System.Windows.Controls.TextBlock)(this.FindName("PageTitle")));
     this.ContentPanel = ((System.Windows.Controls.Grid)(this.FindName("ContentPanel")));
     this.lstSource = ((System.Windows.Controls.ListBox)(this.FindName("lstSource")));
     this.progress = ((Santander.View.UserControls.Progress2)(this.FindName("progress")));
     this.buscar = ((Santander.View.UserControls.Buscar)(this.FindName("buscar")));
 }
예제 #2
0
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/Santander;component/View/BajaCuentaView.xaml", System.UriKind.Relative));
     this.phoneApplicationPage = ((Microsoft.Phone.Controls.PhoneApplicationPage)(this.FindName("phoneApplicationPage")));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.TitlePanel = ((System.Windows.Controls.StackPanel)(this.FindName("TitlePanel")));
     this.gApplicationTitle = ((System.Windows.Controls.Grid)(this.FindName("gApplicationTitle")));
     this.ApplicationTitle = ((System.Windows.Controls.TextBlock)(this.FindName("ApplicationTitle")));
     this.PageTitle = ((System.Windows.Controls.TextBlock)(this.FindName("PageTitle")));
     this.ContentPanel = ((System.Windows.Controls.Grid)(this.FindName("ContentPanel")));
     this.w1_3 = ((System.Windows.Controls.Grid)(this.FindName("w1_3")));
     this.lstCuentas = ((System.Windows.Controls.ListBox)(this.FindName("lstCuentas")));
     this.w2_3 = ((System.Windows.Controls.StackPanel)(this.FindName("w2_3")));
     this.w2_3_Title = ((System.Windows.Controls.Grid)(this.FindName("w2_3_Title")));
     this.w2_3_input = ((System.Windows.Controls.StackPanel)(this.FindName("w2_3_input")));
     this.tbCuenta = ((System.Windows.Controls.TextBlock)(this.FindName("tbCuenta")));
     this.tbCuentaMovil = ((System.Windows.Controls.TextBlock)(this.FindName("tbCuentaMovil")));
     this.w3_3 = ((System.Windows.Controls.Grid)(this.FindName("w3_3")));
     this.w3_3_Title = ((System.Windows.Controls.Grid)(this.FindName("w3_3_Title")));
     this.imgEstatus = ((System.Windows.Controls.Image)(this.FindName("imgEstatus")));
     this.w3_3_input = ((System.Windows.Controls.StackPanel)(this.FindName("w3_3_input")));
     this.tbCuentaResult = ((System.Windows.Controls.TextBlock)(this.FindName("tbCuentaResult")));
     this.tbCuentaMovilResult = ((System.Windows.Controls.TextBlock)(this.FindName("tbCuentaMovilResult")));
     this.btnProcess = ((System.Windows.Controls.Button)(this.FindName("btnProcess")));
     this.progress = ((Santander.View.UserControls.Progress)(this.FindName("progress")));
     this.token = ((Santander.View.UserControls.Token)(this.FindName("token")));
     this.introducirPin = ((Santander.View.UserControls.IntroducirPin)(this.FindName("introducirPin")));
     this.buscar = ((Santander.View.UserControls.Buscar)(this.FindName("buscar")));
     this.abbNew = ((Microsoft.Phone.Shell.ApplicationBarIconButton)(this.FindName("abbNew")));
     this.abbBuscar = ((Microsoft.Phone.Shell.ApplicationBarIconButton)(this.FindName("abbBuscar")));
     this.menuCuentasRegistradas = ((Microsoft.Phone.Shell.ApplicationBarMenuItem)(this.FindName("menuCuentasRegistradas")));
     this.menuCerrarSesion = ((Microsoft.Phone.Shell.ApplicationBarMenuItem)(this.FindName("menuCerrarSesion")));
 }