public void InitializeComponent() { if (_contentLoaded) { return; } _contentLoaded = true; System.Windows.Application.LoadComponent(this, new System.Uri("/SGEvents;component/MainPage.xaml", System.UriKind.Relative)); this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot"))); this.PGView = ((WP7GapClassLib.PGView)(this.FindName("PGView"))); }
public BackButtonHandler(PhoneApplicationPage page, PGView phoneGapView) { // subscribe to the hardware back-button page.BackKeyPress += Page_BackKeyPress; // handle navigation events phoneGapView.Browser.Navigated += Browser_Navigated; _phoneGapView = phoneGapView; }
public void InitializeComponent() { if (_contentLoaded) { return; } _contentLoaded = true; System.Windows.Application.LoadComponent(this, new System.Uri("/PhoneGapStarter2;component/MainPage.xaml", System.UriKind.Relative)); this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot"))); this.PGView = ((WP7GapClassLib.PGView)(this.FindName("PGView"))); }
public void InitializeComponent() { if (_contentLoaded) { return; } _contentLoaded = true; System.Windows.Application.LoadComponent(this, new System.Uri("/SandwichFlow;component/MainPage.xaml", System.UriKind.Relative)); this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot"))); this.PGView = ((WP7GapClassLib.PGView)(this.FindName("PGView"))); this.splashImage = ((System.Windows.Controls.Image)(this.FindName("splashImage"))); this.fadeOut = ((System.Windows.Media.Animation.Storyboard)(this.FindName("fadeOut"))); }