Пример #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);
 }