Class MessageHost
public static class MessageHost
- Inheritance
-
MessageHost
- Inherited Members
Methods
ShowDialog(string, string, int, bool, params Tuple<string, Action<IDialogWindow>>[])
public static bool ShowDialog(string messge, string title = null, int closeTime = -1, bool showEffect = true, params Tuple<string, Action<IDialogWindow>>[] acts)
Parameters
messge
stringtitle
stringcloseTime
intshowEffect
boolacts
Tuple<string, Action<IDialogWindow>>[]
Returns
ShowResult(string)
public static Task<bool> ShowResult(string message)
Parameters
message
string