C# 클래스 Commander.Core.ClipboardHistoryManager

상속: IClipboardHistory
파일 보기 프로젝트 열기: SneWs/Commander

공개 메소드들

메소드 설명
Add ( string data ) : void

Adds the specified data.

ClipboardHistoryManager ( ) : System

Initializes a new instance of the ClipboardHistoryManager class.

비공개 메소드들

메소드 설명
NewItemSameAsLast ( string data ) : bool

News the item same as last.

메소드 상세

Add() 공개 메소드

Adds the specified data.
public Add ( string data ) : void
data string The data.
리턴 void

ClipboardHistoryManager() 공개 메소드

Initializes a new instance of the ClipboardHistoryManager class.
public ClipboardHistoryManager ( ) : System
리턴 System