Example #1
0
 private void ViewButton_Click(object sender, RoutedEventArgs args)
 {
     ViewRequested?.Invoke(DataContext);
     Microsoft.AppCenter.Analytics.Analytics.TrackEvent("Proj: View",
                                                        new Dictionary <string, string> {
         { "DataContext", DataContext.ToString() },
     }
                                                        );
 }
Example #2
0
 private void ViewButton_Click(object sender, RoutedEventArgs args)
 {
     ViewRequested?.Invoke(DataContext);
 }