Exemplo n.º 1
0
 public int showMessageBox(MessageBoxOptions options, Action <int, bool> callback)
 {
     return(showMessageBox(null, options, callback));
 }
Exemplo n.º 2
0
 /// <summary>
 /// Returns Integer, the index of the clicked button,
 /// if a callback is provided it returns undefined.
 /// </summary>
 /// <param name="options"></param>
 /// <returns></returns>
 public int showMessageBox(MessageBoxOptions options)
 {
     return(showMessageBox(null, options));
 }