C# 클래스 CK.WordPredictor.WordPredictedService

상속: CommonServices.BasicCommandHandler, IWordPredictedService
파일 보기 프로젝트 열기: Invenietis/ck-certified

공개 메소드들

메소드 설명
WordHasBeenChosen ( string word ) : void

보호된 메소드들

메소드 설명
OnCommandSent ( object sender, CommandSentEventArgs e ) : void

메소드 상세

OnCommandSent() 보호된 메소드

protected OnCommandSent ( object sender, CommandSentEventArgs e ) : void
sender object
e CommonServices.CommandSentEventArgs
리턴 void

WordHasBeenChosen() 공개 메소드

public WordHasBeenChosen ( string word ) : void
word string
리턴 void