private void extButton19_Click(object sender, EventArgs e) { theme.FontSize = 8; List <string> ret = PromptMultiLine.ShowDialog(this, "Prompt ML", this.Icon, new string[] { "one", "two", "three" }, new string[] { "done", "dtwo", "dthree" }, true, new string[] { "t1", "t2", "t3" }, false, 400, 200); }
private void extButton17_Click(object sender, EventArgs e) { Theme.Current.FontSize = 20; List <string> ret = PromptMultiLine.ShowDialog(this, "Prompt ML", this.Icon, new string[] { "one", "two", "three" }, new string[] { "done", "dtwo", "dthree" }, true, new string[] { "t1", "t2", "t3" }); }