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