示例#1
0
 public void Popup(MessageBoxIcon icon)
 {
     MsgBox.Popup(this.Title, this.Text, icon);
 }
示例#2
0
 public void Popup()
 {
     MsgBox.Popup(this.Title, this.Text);
 }