added samples
[windows-sources.git] / sdk / samples / WPFSamples / RoutedEventCustom / csharp / routedeventcustomapp / default.xaml.cs
blob7925058c8aa72918183d46eaf822e9b406a942c6
1 //This is a list of commonly used namespaces for a window.
2 using System;
3 using System.Windows;
4 using System.Windows.Controls;
5 using System.Windows.Documents;
6 using System.Windows.Navigation;
7 using System.Windows.Shapes;
8 using System.Windows.Data;
9 using SDKSample;
11 namespace SDKSample
13 public partial class RoutedEventCustomApp
15 private void TapHandler(object sender, RoutedEventArgs e)
17 MessageBox.Show("Tapped!");