public void InitializeComponent()
        {
            if (_contentLoaded)
            {
                return;
            }

            _contentLoaded = true;
            global::Windows.UI.Xaml.Application.LoadComponent(this, new global::System.Uri("ms-appx:///WapPushServicePage.xaml"), global::Windows.UI.Xaml.Controls.Primitives.ComponentResourceLocation.Application);

            pageRoot        = (global::ATT.SampleApp.Common.LayoutAwarePage) this.FindName("pageRoot");
            itemsViewSource = (global::Windows.UI.Xaml.Data.CollectionViewSource) this.FindName("itemsViewSource");
            backButton      = (global::Windows.UI.Xaml.Controls.Button) this.FindName("backButton");
        }
Esempio n. 2
0
        public void InitializeComponent()
        {
            if (_contentLoaded)
            {
                return;
            }

            _contentLoaded = true;
            global::Windows.UI.Xaml.Application.LoadComponent(this, new global::System.Uri("ms-appx:///SmsVotingControlPage.xaml"), global::Windows.UI.Xaml.Controls.Primitives.ComponentResourceLocation.Application);

            pageRoot       = (global::ATT.SampleApp.Common.LayoutAwarePage) this.FindName("pageRoot");
            backButton     = (global::Windows.UI.Xaml.Controls.Button) this.FindName("backButton");
            controlVoting  = (global::ATT.Controls.SmsVotingControl) this.FindName("controlVoting");
            shortCodeValue = (global::Windows.UI.Xaml.Controls.TextBlock) this.FindName("shortCodeValue");
        }