예제 #1
0
 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);
 }
예제 #2
0
 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" });
 }