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

Inheritance: ModalBase
Afficher le fichier Open project: a-fung/MangaWeb3 Class Usage Examples

Méthodes publiques

Méthode Description
InternalShowError ( string errorMsg ) : void
ShowError ( string errorMsg ) : void

Méthodes protégées

Méthode Description
Initialize ( ) : void

Private Methods

Méthode Description
ErrorModal ( ) : System

Method Details

Initialize() protected méthode

protected Initialize ( ) : void
Résultat void

InternalShowError() public méthode

public InternalShowError ( string errorMsg ) : void
errorMsg string
Résultat void

ShowError() public static méthode

public static ShowError ( string errorMsg ) : void
errorMsg string
Résultat void