public void Popup(MessageBoxIcon icon) { MsgBox.Popup(this.Title, this.Text, icon); }
public void Popup() { MsgBox.Popup(this.Title, this.Text); }