Exemplo n.º 1
0
        public YouTubeListPage()
        {
            this.ViewModel = ListViewModel.CreateNew(Singleton <YouTubeConfig> .Instance);

            this.InitializeComponent();
            new Microsoft.ApplicationInsights.TelemetryClient().TrackPageView(this.GetType().FullName);
        }
Exemplo n.º 2
0
        public WhatArePeopleTalkingAboutListPage()
        {
            this.ViewModel = ListViewModel.CreateNew(Singleton <WhatArePeopleTalkingAboutConfig> .Instance);

            this.InitializeComponent();

            new Microsoft.ApplicationInsights.TelemetryClient().TrackPageView(this.GetType().FullName);
        }