C# Class DfBAdminToolkit.Common.Utils.MessageBoxUtil

ファイルを表示 Open project: dropbox/DropboxBusinessAdminTool

Public Methods

Method Description
ShowConfirm ( IWin32Window owner, string msg ) : DialogResult
ShowError ( IWin32Window owner, string msg, string title = "Critical Error" ) : void

ShowInfo ( IWin32Window owner, string msg ) : void

Method Details

ShowConfirm() public static method

public static ShowConfirm ( IWin32Window owner, string msg ) : DialogResult
owner IWin32Window
msg string
return DialogResult

ShowError() public static method

public static ShowError ( IWin32Window owner, string msg, string title = "Critical Error" ) : void
owner IWin32Window
msg string
title string
return void

ShowInfo() public static method

public static ShowInfo ( IWin32Window owner, string msg ) : void
owner IWin32Window
msg string
return void