コード例 #1
0
        public AboutPage()
        {
            AboutThisAppModel = new AboutThisAppViewModel();

            this.InitializeComponent();
            new Microsoft.ApplicationInsights.TelemetryClient().TrackPageView(this.GetType().FullName);
        }
コード例 #2
0
 public PivotHomePage()
 {
     ViewModel = new MainViewModel(0);            			
     AboutThisAppModel = new AboutThisAppViewModel();
     InitializeComponent();
     NavigationCacheMode = NavigationCacheMode.Required;
     new Microsoft.ApplicationInsights.TelemetryClient().TrackPageView(this.GetType().FullName);
 }