C# 클래스 Zetbox.API.Client.NoopToolkit

상속: IToolkit
파일 보기 프로젝트 열기: daszat/zetbox

공개 메소드들

메소드 설명
CreateTimer ( System.TimeSpan tickLength, System.Action action ) : void
GetDecisionFromUser ( string message, string caption ) : bool
GetDestinationFileNameFromUser ( string filename ) : string
GetSourceFileNameFromUser ( ) : string
ShowMessage ( string message, string caption ) : void

메소드 상세

CreateTimer() 공개 메소드

public CreateTimer ( System.TimeSpan tickLength, System.Action action ) : void
tickLength System.TimeSpan
action System.Action
리턴 void

GetDecisionFromUser() 공개 메소드

public GetDecisionFromUser ( string message, string caption ) : bool
message string
caption string
리턴 bool

GetDestinationFileNameFromUser() 공개 메소드

public GetDestinationFileNameFromUser ( string filename ) : string
filename string
리턴 string

GetSourceFileNameFromUser() 공개 메소드

public GetSourceFileNameFromUser ( ) : string
리턴 string

ShowMessage() 공개 메소드

public ShowMessage ( string message, string caption ) : void
message string
caption string
리턴 void