예제 #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);
 }