C# 클래스 NanoByte.Common.Undo.PreExecutedCommand

An undo command that does nothing on the first IUndoCommand.Execute call, because the action was already performed beforehand
상속: FirstExecuteCommand
파일 보기 프로젝트 열기: nano-byte/common

보호된 메소드들

메소드 설명
OnFirstExecute ( ) : void

Do nothing on first execute.

메소드 상세

OnFirstExecute() 보호된 최종 메소드

Do nothing on first execute.
protected final OnFirstExecute ( ) : void
리턴 void