Exemplo n.º 1
0
 public static void MessageBoxMuti(string msg)
 {
     MessageBoxEx.Show(LanguageHelper.GetMsgText(msg), "HPMS System");
 }