12 lines
240 B
C#
12 lines
240 B
C#
|
using System.Windows.Forms;
|
|||
|
|
|||
|
namespace ANX.ContentCompiler.GUI.Dialogues
|
|||
|
{
|
|||
|
public partial class FirstStartScreen : Form
|
|||
|
{
|
|||
|
public FirstStartScreen()
|
|||
|
{
|
|||
|
InitializeComponent();
|
|||
|
}
|
|||
|
}
|
|||
|
}
|