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

11 lines
200 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>
2022-10-23 19:02:39 +08:00
/// Interaction logic for App.xaml
2022-08-20 15:20:25 +08:00
/// </summary>
public partial class App : Application
{
}
2022-10-23 19:02:39 +08:00
}