1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-07-06 16:29:03 +00:00
6502bench/MakeDistWPF/App.xaml.cs

16 lines
323 B
C#
Raw Normal View History

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