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

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

            this.InitializeComponent();
            Microsoft.HockeyApp.HockeyClient.Current.TrackEvent(this.GetType().FullName);
        }
コード例 #3
0
        public AboutPage()
        {
            AboutThisAppModel = new AboutThisAppViewModel();

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

            this.InitializeComponent();
        }
コード例 #6
0
 public AboutFlyout()
 {
     this.InitializeComponent();
     AboutThisAppModel = new AboutThisAppViewModel();
     this.DataContext  = this;
 }
コード例 #7
0
        public AboutPage()
        {
            AboutThisAppModel = new AboutThisAppViewModel();

            this.InitializeComponent();
        }