C# Class afung.MangaWeb3.Client.Modal.ErrorModal

Inheritance: ModalBase
ファイルを表示 Open project: a-fung/MangaWeb3 Class Usage Examples

Public Methods

Method Description
InternalShowError ( string errorMsg ) : void
ShowError ( string errorMsg ) : void

Protected Methods

Method Description
Initialize ( ) : void

Private Methods

Method Description
ErrorModal ( ) : System

Method Details

Initialize() protected method

protected Initialize ( ) : void
return void

InternalShowError() public method

public InternalShowError ( string errorMsg ) : void
errorMsg string
return void

ShowError() public static method

public static ShowError ( string errorMsg ) : void
errorMsg string
return void