amxmodx/installer/installtool/App.xaml.cs

17 lines
297 B
C#
Raw Normal View History

2016-01-17 03:15:52 +03:00
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
{
}
}