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