Table of Contents

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 string
title string
closeTime int
showEffect bool
acts Tuple<string, Action<IDialogWindow>>[]

Returns

bool

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

messge string
title string
showEffect bool
acts Tuple<string, Action<IDialogWindow>>[]

Returns

int

ShowSumit(string, string, bool, int)

只有确定的按钮

public bool ShowSumit(string messge, string title = null, bool showEffect = false, int closeTime = -1)

Parameters

messge string
title string
showEffect bool
closeTime int

Returns

bool