Class WindowDialogService
- Namespace
- HeBianGu.Window.MessageDialog
- Assembly
- HeBianGu.Window.MessageDialog.dll
public class WindowDialogService : IWindowDialogService
- Inheritance
-
WindowDialogService
- Implements
- Inherited Members
- Extension Methods
Methods
ShowDialog(string, string, int, bool, params Tuple<string, Action<IDialogWindow>>[])
public 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
ShowDialogWith(string, string, bool, params Tuple<string, Action<IDialogWindow>>[])
显示窗口
public int ShowDialogWith(string messge, string title = null, bool showEffect = false, params Tuple<string, Action<IDialogWindow>>[] acts)
Parameters
Returns
ShowSumit(string, string, bool, int)
只有确定的按钮
public bool ShowSumit(string messge, string title = null, bool showEffect = false, int closeTime = -1)