2 using System
.ComponentModel
;
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
;
12 public partial class app
: Application
14 void AppStartingUp(object sender
, StartupEventArgs e
)
16 Window1 mainWindow
= new Window1();