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