C# 클래스 Warehouse.MessageBox

상속: Json
파일 보기 프로젝트 열기: Starcounter/Warehouse

공개 메소드들

메소드 설명
OnButtonClick ( MessageBoxButton button ) : void
Show ( string title, string text, Action callback = null ) : void
Show ( string title, string text, IList buttons, Action callback = null ) : void
Show ( string title, string text, MessageBoxButton button1, MessageBoxButton button2, Action callback = null ) : void

비공개 메소드들

메소드 설명
Handle ( Input action ) : void
HideWindow ( ) : void
InvokeCallback ( MessageBoxResult result ) : void
Reset ( ) : void

메소드 상세

OnButtonClick() 공개 메소드

public OnButtonClick ( MessageBoxButton button ) : void
button MessageBoxButton
리턴 void

Show() 공개 정적인 메소드

public static Show ( string title, string text, Action callback = null ) : void
title string
text string
callback Action
리턴 void

Show() 공개 정적인 메소드

public static Show ( string title, string text, IList buttons, Action callback = null ) : void
title string
text string
buttons IList
callback Action
리턴 void

Show() 공개 정적인 메소드

public static Show ( string title, string text, MessageBoxButton button1, MessageBoxButton button2, Action callback = null ) : void
title string
text string
button1 MessageBoxButton
button2 MessageBoxButton
callback Action
리턴 void