www.pudn.com > viewboxStretchLayoutSamp.rar > app.xaml.cs
using System;
using System.Windows;
using System.Data;
using System.Xml;
using System.Configuration;
namespace Viewbox_Stretch_Layout_Samp
{
///
/// Interaction logic for app.xaml
///
public partial class app : Application
{
void AppStartingUp(object sender, StartupEventArgs e)
{
Window1 mainWindow = new Window1();
mainWindow.InitializeComponent();
mainWindow.Show();
}
}
}