private void BackBtn_Click(object sender, EventArgs e) { AmmunitionForm ammunitionForm = new AmmunitionForm(); ammunitionForm.Show(); this.Hide(); }
private void SubmitBtn_Click(object sender, EventArgs e) { //Save to DB //Open New Form, close current AmmunitionForm ammunitionForm = new AmmunitionForm(); ammunitionForm.Show(); this.Hide(); }