C# 클래스 ICSharpCode.TextEditor.Actions.Redo

상속: ICSharpCode.TextEditor.Actions.AbstractEditAction
파일 보기 프로젝트 열기: Clancey/MonoMac.Windows.Form

공개 메소드들

메소드 설명
Execute ( TextArea textArea ) : void Executes this edit action

메소드 상세

Execute() 공개 메소드

Executes this edit action
public Execute ( TextArea textArea ) : void
textArea TextArea The which is used for callback purposes
리턴 void