private void Button2Click(object sender, EventArgs e) { var ew = new ExportWindow { Configuration = ExtractFontConfiguration() }; ew.ShowDialog(); }
private void Button2Click(object sender, EventArgs e) { var ew = new ExportWindow {Configuration = ExtractFontConfiguration()}; ew.ShowDialog(); }