Méthode | 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 |
public CreateTimer ( System.TimeSpan tickLength, System.Action action ) : void | ||
tickLength | System.TimeSpan | |
action | System.Action | |
Résultat | void |
public GetDecisionFromUser ( string message, string caption ) : bool | ||
message | string | |
caption | string | |
Résultat | bool |
public GetDestinationFileNameFromUser ( string filename ) : string | ||
filename | string | |
Résultat | string |
public GetSourceFileNameFromUser ( ) : string | ||
Résultat | string |
public ShowMessage ( string message, string caption ) : void | ||
message | string | |
caption | string | |
Résultat | void |