private void accept_btn_Click(object sender, EventArgs e) { FactoredWeight = decimal.Parse(factoredweight_txt.Text); this.Close(); }