Ejemplo n.º 1
0
        public MainPage()
        {
            this.InitializeComponent();
            this.NavigationCacheMode = NavigationCacheMode.Required;

            #if WINDOWS_PHONE_APP
                this._pushNotificationHelper = new PushNotificationHelper("wp");
            #else
                this._pushNotificationHelper = new PushNotificationHelper("wsa");
            #endif
        }
Ejemplo n.º 2
0
        public MainPage()
        {
            this.InitializeComponent();
            this.NavigationCacheMode = NavigationCacheMode.Required;

            #if WINDOWS_PHONE_APP
            this._pushNotificationHelper = new PushNotificationHelper("wp");
            #else
            this._pushNotificationHelper = new PushNotificationHelper("wsa");
            #endif
        }