Example #1
0
 public static bool Show(string msg, string sign, bool IsDisplay)
 {
     newMSB = new MyMSB(msg, sign, IsDisplay);
     newMSB.ShowDialog();
     return(result);
 }