Files
RAGECOOP-V/RageCoop.Client.Installer/App.xaml.cs

12 lines
197 B
C#
Raw Normal View History

2022-09-08 12:41:56 -07:00
using System.Windows;
2022-08-20 15:20:25 +08:00
namespace RageCoop.Client.Installer
{
/// <summary>
/// Interaction logic for App.xaml
/// </summary>
public partial class App : Application
{
}
}