difficult-knights-launcher/Dashboard/frmContactUs.cs

13 lines
198 B
C#
Raw Normal View History

2021-12-15 08:15:52 +00:00
using System.Windows.Forms;
namespace Dashboard
{
public partial class frmContactUs : Form
{
public frmContactUs()
{
InitializeComponent();
}
}
}