C# 클래스 PluginInterface.IPlugin

파일 보기 프로젝트 열기: polserver/poltools 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
Initialize ( ) : void
ModifyPluginToolStrip ( ToolStripDropDownButton toolstrip ) : void

On Startup called to modify the Plugin ToolStripDropDownButton

ModifyTabPages ( TabControl tabcontrol ) : void

On Startup called to modify the Tabpages

메소드 상세

Dispose() 공개 추상적인 메소드

public abstract Dispose ( ) : void
리턴 void

Initialize() 공개 추상적인 메소드

public abstract Initialize ( ) : void
리턴 void

ModifyPluginToolStrip() 공개 메소드

On Startup called to modify the Plugin ToolStripDropDownButton
public ModifyPluginToolStrip ( ToolStripDropDownButton toolstrip ) : void
toolstrip System.Windows.Forms.ToolStripDropDownButton
리턴 void

ModifyTabPages() 공개 메소드

On Startup called to modify the Tabpages
public ModifyTabPages ( TabControl tabcontrol ) : void
tabcontrol System.Windows.Forms.TabControl
리턴 void