C# Class Zetbox.API.Client.NoopToolkit

Inheritance: IToolkit
Mostrar archivo Open project: daszat/zetbox

Public Methods

Method Description
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

Method Details

CreateTimer() public method

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

GetDecisionFromUser() public method

public GetDecisionFromUser ( string message, string caption ) : bool
message string
caption string
return bool

GetDestinationFileNameFromUser() public method

public GetDestinationFileNameFromUser ( string filename ) : string
filename string
return string

GetSourceFileNameFromUser() public method

public GetSourceFileNameFromUser ( ) : string
return string

ShowMessage() public method

public ShowMessage ( string message, string caption ) : void
message string
caption string
return void