C# 클래스 afung.MangaWeb3.Client.Modal.ConfirmModal

상속: ModalBase
파일 보기 프로젝트 열기: a-fung/MangaWeb3 1 사용 예제들

공개 메소드들

메소드 설명
InternalShow ( string message ) : void
Show ( string message, Action callback ) : void

보호된 메소드들

메소드 설명
Initialize ( ) : void

비공개 메소드들

메소드 설명
ConfirmModal ( ) : System
InternalButtonClicked ( bool confirm ) : void
NoButtonClicked ( jQueryApi.jQueryEvent e ) : void
YesButtonClicked ( jQueryApi.jQueryEvent e ) : void

메소드 상세

Initialize() 보호된 메소드

protected Initialize ( ) : void
리턴 void

InternalShow() 공개 메소드

public InternalShow ( string message ) : void
message string
리턴 void

Show() 공개 정적인 메소드

public static Show ( string message, Action callback ) : void
message string
callback Action
리턴 void