added SSCLI 1.0
[windows-sources.git] / sdk / samples / WPFSamples / TrafficAlert / csharp / app.xaml.cs
blob651909f4dee5c1f9323841cc20287d2ad1d4a141
1 using System;
2 using System.Windows;
3 using System.Data;
4 using System.Xml;
5 using System.Configuration;
7 namespace TrafficAlert
9 /// <summary>
10 /// Interaction logic for app.xaml
11 /// </summary>
13 public partial class app : Application
16 void AppStartup(object sender, StartupEventArgs args)
18 Window1 mainWindow = new Window1();
19 mainWindow.Show();