C# Class Praeclarum.CopyToClipboardCommand

Inheritance: Command
Afficher le fichier Open project: praeclarum/Praeclarum

Méthodes publiques

Méthode Description
CopyToClipboardCommand ( string name, string text, AsyncAction action = null ) : System
ExecuteAsync ( ) : System.Threading.Tasks.Task

Method Details

CopyToClipboardCommand() public méthode

public CopyToClipboardCommand ( string name, string text, AsyncAction action = null ) : System
name string
text string
action AsyncAction
Résultat System

ExecuteAsync() public méthode

public ExecuteAsync ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task