C# Class Strokes.GUI.VsAdornments.AchievementAdornmentsFactory

Inheritance: IWpfTextViewCreationListener
Datei anzeigen Open project: jonasswiatek/strokes

Public Methods

Method Description
TextViewCreated ( IWpfTextView textView ) : void

Instantiates a AchievementAdornments manager when a textView is created.

Method Details

TextViewCreated() public method

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