Esempio n. 1
0
 public void Popup(MessageBoxIcon icon)
 {
     MsgBox.Popup(this.Title, this.Text, icon);
 }
Esempio n. 2
0
 public void Popup()
 {
     MsgBox.Popup(this.Title, this.Text);
 }