C# 클래스 Strokes.GUI.VsAdornments.AchievementAdornmentsFactory

상속: IWpfTextViewCreationListener
파일 보기 프로젝트 열기: jonasswiatek/strokes

공개 메소드들

메소드 설명
TextViewCreated ( IWpfTextView textView ) : void

Instantiates a AchievementAdornments manager when a textView is created.

메소드 상세

TextViewCreated() 공개 메소드

Instantiates a AchievementAdornments manager when a textView is created.
public TextViewCreated ( IWpfTextView textView ) : void
textView IWpfTextView The upon which the adornment should be placed
리턴 void