amxmodx/installer/installtool/App.xaml.cs
2016-01-16 21:15:52 -03:00

17 lines
297 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
{
}
}