private void btnExp_Click(object sender, EventArgs e) { UpgradeForm form = new UpgradeForm(); form.Show(); }