Ejemplo n.º 1
0
 public static bool ShowSystemMessage(EnumSystemMessageType type, bool infoBar, int value)
 {
     return(PrxCommonDialogSystemMessage(type, infoBar, value));
 }
Ejemplo n.º 2
0
 private static extern bool PrxCommonDialogSystemMessage(EnumSystemMessageType type, bool infobar, int value);