Files
swg-launcher/App.xaml.cs
wittyphantom333 64a5931fcf Initial Commit
2019-09-19 18:58:34 -05:00

17 lines
324 B
C#
Executable File

using System;
using System.Collections.Generic;
using System.Configuration;
using System.Data;
using System.Linq;
using System.Windows;
namespace PATCH_Launcher_WPF
{
/// <summary>
/// Logica di interazione per App.xaml
/// </summary>
public partial class App : Application
{
}
}