//
// Created Sept. 2009 by Nicholas Armstrong. Available online at http://nicholasarmstrong.com
//
//
// Demo application main application.
//
//-----------------------------------------------------------------------
namespace NicholasArmstrong.Samples.ECE150.SimpleTypes.XBAPHost
{
using System.Windows;
///
/// Interaction logic for App.xaml
///
public partial class App : Application
{
}
}