Ejemplo n.º 1
0
 public static DialogResult Show(string strMsg = "Thank you to use", string strTitle = "MyMessageBox")
 {
     mmb.SetInfo(strTitle, strMsg);
     return(mmb.ShowDialog());
 }