public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/Payme.Movil;component/MainPage.xaml", System.UriKind.Relative));
     this.Convertidor = ((Payme.Movil.Convertidor)(this.FindName("Convertidor")));
     this.Agregar = ((Microsoft.Phone.Shell.ApplicationBarIconButton)(this.FindName("Agregar")));
     this.Consultar = ((Microsoft.Phone.Shell.ApplicationBarIconButton)(this.FindName("Consultar")));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.TitlePanel = ((System.Windows.Controls.StackPanel)(this.FindName("TitlePanel")));
     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")));
 }
 public void InitializeComponent()
 {
     if (_contentLoaded)
     {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/Payme.Movil;component/MainPage.xaml", System.UriKind.Relative));
     this.Convertidor      = ((Payme.Movil.Convertidor)(this.FindName("Convertidor")));
     this.Agregar          = ((Microsoft.Phone.Shell.ApplicationBarIconButton)(this.FindName("Agregar")));
     this.Consultar        = ((Microsoft.Phone.Shell.ApplicationBarIconButton)(this.FindName("Consultar")));
     this.LayoutRoot       = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.TitlePanel       = ((System.Windows.Controls.StackPanel)(this.FindName("TitlePanel")));
     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")));
 }