Files
MRCC/launcher/MRCC.Launcher/App.xaml.cs
T

8 lines
92 B
C#
Raw Normal View History

using System.Windows;
namespace MRCC.Launcher;
public partial class App : Application
{
}