added samples
[windows-sources.git] / sdk / samples / WPFSamples / LayoutInformation / csharp / app.xaml.cs
blob0617a7e788ceafc76704d0291249d215e019b2e5
1 using System;
2 using System.Windows;
4 namespace layout_information
6 /// <summary>
7 /// Interaction logic for app.xaml
8 /// </summary>
10 public partial class app : Application
12 void AppStartingUp(object sender, StartupEventArgs e)
14 Window1 mainWindow = new Window1();
15 mainWindow.InitializeComponent();
16 mainWindow.Show();