amxmodx/installer/installtool/App.xaml.cs

17 lines
313 B
C#
Raw Normal View History

2013-02-19 12:27:10 +04: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
{
}
}