Ejemplo n.º 1
0
 public static int Alarm(string title, string message, string button1, string button2, string button3)
 {
     return(NativeIUP.IupAlarm(title, message, button1, button2, button3));
 }