added samples
[windows-sources.git] / sdk / samples / WPFSamples / VectorSample / csharp / app.xaml.cs
blobd2ccfc1ba7f8d5388fbe56687470d63a876dd730
1 using System;
2 using System.Windows;
3 using System.Data;
4 using System.Xml;
5 using System.Configuration;
7 namespace VectorSample
9 /// <summary>
10 /// Interaction logic for app.xaml
11 /// </summary>
13 public partial class app : Application
18 public app()
23 void AppStartingUp(object sender, StartupEventArgs e)
25 Window1 mainWindow = new Window1();
26 mainWindow.Show();
28 ///Displays the values of the variables that will be used
29 mainWindow.ShowVars();