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