using System.Windows.Forms; namespace DD2Switcher; public partial class Form1 : Form { public Form1() { InitializeComponent(); } }