C# 클래스 CodeBox.Core.Services.Clipboard

상속: IService
파일 보기 프로젝트 열기: anaimi/codebox

공개 메소드들

메소드 설명
Copy ( string text, KeyEventArgs e ) : void
Initialize ( ) : void
Paste ( KeyEventArgs e ) : string

비공개 메소드들

메소드 설명
Clipboard ( ) : System

메소드 상세

Copy() 공개 메소드

public Copy ( string text, KeyEventArgs e ) : void
text string
e KeyEventArgs
리턴 void

Initialize() 공개 메소드

public Initialize ( ) : void
리턴 void

Paste() 공개 메소드

public Paste ( KeyEventArgs e ) : string
e KeyEventArgs
리턴 string