launcher/Kiseki.Launcher/Form1.cs

10 lines
157 B
C#

namespace Kiseki.Launcher
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
}
}