C# Class afung.MangaWeb3.Client.Admin.Modal.AdminStackTraceModal

Inheritance: afung.MangaWeb3.Client.Modal.ModalBase
Show file Open project: a-fung/MangaWeb3 Class Usage Examples

Public Methods

Method Description
InternalShow ( string stackTrace ) : void
ShowDialog ( string stackTrace ) : void

Protected Methods

Method Description
Initialize ( ) : void

Private Methods

Method Description
AdminStackTraceModal ( ) : System

Method Details

Initialize() protected method

protected Initialize ( ) : void
return void

InternalShow() public method

public InternalShow ( string stackTrace ) : void
stackTrace string
return void

ShowDialog() public static method

public static ShowDialog ( string stackTrace ) : void
stackTrace string
return void