Table of Contents

Class MessageHost

Namespace
HeBianGu.Base.WpfBase
Assembly
HeBianGu.Base.WpfBase.dll
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 string
title string
closeTime int
showEffect bool
acts Tuple<string, Action<IDialogWindow>>[]

Returns

bool

ShowResult(string)

public static Task<bool> ShowResult(string message)

Parameters

message string

Returns

Task<bool>