C# Class CodeBox.Core.Services.Clipboard

Inheritance: IService
Show file Open project: anaimi/codebox

Public Methods

Method Description
Copy ( string text, KeyEventArgs e ) : void
Initialize ( ) : void
Paste ( KeyEventArgs e ) : string

Private Methods

Method Description
Clipboard ( ) : System

Method Details

Copy() public method

public Copy ( string text, KeyEventArgs e ) : void
text string
e KeyEventArgs
return void

Initialize() public method

public Initialize ( ) : void
return void

Paste() public method

public Paste ( KeyEventArgs e ) : string
e KeyEventArgs
return string