1 //This is a list of commonly used namespaces for a window.
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
;
13 public partial class RoutedEventCustomApp
15 private void TapHandler(object sender
, RoutedEventArgs e
)
17 MessageBox
.Show("Tapped!");