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

            listView.ItemsSource = DataList;

            ;           this.Advertiser = new Advertiser();
            this.AncsManager            = new AncsManager();

            this.AncsManager.OnNotification += AncsManagerOnOnNotification;
            this.AncsManager.OnStatusChange += AncsManagerOnOnStatusChange;
        }
Ejemplo n.º 2
0
        public MainPage()
        {
            this.InitializeComponent();

            listView.ItemsSource = DataList;
         
;           this.Advertiser = new Advertiser();
            this.AncsManager = new AncsManager();

            this.AncsManager.OnNotification += AncsManagerOnOnNotification; 
            this.AncsManager.OnStatusChange += AncsManagerOnOnStatusChange;
        }
Ejemplo n.º 3
0
 protected override async void OnActivated(IActivatedEventArgs e)
 {
     AncsManager.OnUpdate(e);
 }