private void Cancel_Click(object sender, EventArgs e) { Result = AbsorptionModelResult.Cancel; this.Close(); }
private void Smart_Mat_Click(object sender, EventArgs e) { Result = AbsorptionModelResult.Smart_Material; /// Build Smart Material here... this.Close(); }
private void Use_RI_Click(object sender, EventArgs e) { Result = AbsorptionModelResult.Random_Incidence; this.Close(); }