private void menuExtendSection_Click(object sender, EventArgs e) { GenerateSolutionForm gso = new GenerateSolutionForm(CustomBuilderSolutionType.ExtentSection); gso.ShowDialog(this); }
private void menuCustomStyle_Click(object sender, EventArgs e) { GenerateSolutionForm gso = new GenerateSolutionForm(CustomBuilderSolutionType.CustomPage); gso.ShowDialog(this); }