C# Class CodeBox.Core.Services.Clipboard

Inheritance: IService
Afficher le fichier Open project: anaimi/codebox

Méthodes publiques

Méthode Description
Copy ( string text, KeyEventArgs e ) : void
Initialize ( ) : void
Paste ( KeyEventArgs e ) : string

Private Methods

Méthode Description
Clipboard ( ) : System

Method Details

Copy() public méthode

public Copy ( string text, KeyEventArgs e ) : void
text string
e KeyEventArgs
Résultat void

Initialize() public méthode

public Initialize ( ) : void
Résultat void

Paste() public méthode

public Paste ( KeyEventArgs e ) : string
e KeyEventArgs
Résultat string