public static Result Show(string text, string caption, Type messageBoxType, NativeWindow childWindow) { return(m_platformWrapper.Show(text, caption, messageBoxType, childWindow)); }
public static Result Show(string text, string caption, Type messageBoxType, bool useWindowHandle = true) { return(m_platformWrapper.Show(text, caption, messageBoxType, useWindowHandle)); }