amxmodx/installer/installtool/App.xaml.cs
David Anderson a73ae02b7e Switch to WPF.
Former-commit-id: e75aa871e3
2013-02-19 00:27:10 -08:00

17 lines
313 B
C#

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