public static DialogResult Show(String Text, String Caption, String OK) { MsgBox = new Aboutus(); MsgBox.label1.Text = Text; MsgBox.button1.Text = OK; MsgBox.Text = Caption; MsgBox.ShowDialog(); return(result); }
private void nguyeenxHUyToolStripMenuItem_Click(object sender, EventArgs e) { Aboutus.Show("Nguyễn Huy Đức \nSinh ngày 05/02/1998 \nEmail : [email protected]", "AboutUs", "OK"); }