示例#1
0
        public YouTubeListPage()
        {
            this.ViewModel = ListViewModel.CreateNew(Singleton <YouTubeConfig> .Instance);

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

            this.InitializeComponent();

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