Cosmos/Demos/zMachine/Frotz.Net/source/Desktop/WPFMachine/App.xaml.cs
2016-06-09 10:34:36 -04:00

14 lines
292 B
C#

using System;
using System.Collections.Generic;
using System.Configuration;
using System.Data;
using System.Linq;
using System.Windows;
namespace WPFMachine {
/// <summary>
/// Interaction logic for App.xaml
/// </summary>
public partial class App : Application {
}
}