2
0
mirror of https://github.com/alliedmodders/amxmodx.git synced 2025-05-20 18:48:13 +03:00
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
{
}
}