示例#1
0
 public static bool ShowSystemMessage(EnumSystemMessageType type, bool infoBar, int value)
 {
     return(PrxCommonDialogSystemMessage(type, infoBar, value));
 }
示例#2
0
 private static extern bool PrxCommonDialogSystemMessage(EnumSystemMessageType type, bool infobar, int value);