C# 클래스 BNS_ACT_Plugin.BNS_ACT_Plugin

상속: System.Windows.Forms.UserControl, Advanced_Combat_Tracker.IActPluginV1
파일 보기 프로젝트 열기: ravahn/BnS_ACT_Plugin 1 사용 예제들

공개 메소드들

메소드 설명
BNS_ACT_Plugin ( ) : System
DeInitPlugin ( ) : void
InitPlugin ( System pluginScreenSpace, System pluginStatusText ) : void
LogParserMessage ( string message ) : void
UpdateCheckClicked ( ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

UpdateACTTables ( ) : void
cmdClearMessages_Click ( object sender, EventArgs e ) : void
cmdCopyProblematic_Click ( object sender, EventArgs e ) : void

메소드 상세

BNS_ACT_Plugin() 공개 메소드

public BNS_ACT_Plugin ( ) : System
리턴 System

DeInitPlugin() 공개 메소드

public DeInitPlugin ( ) : void
리턴 void

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

InitPlugin() 공개 메소드

public InitPlugin ( System pluginScreenSpace, System pluginStatusText ) : void
pluginScreenSpace System
pluginStatusText System
리턴 void

LogParserMessage() 공개 정적인 메소드

public static LogParserMessage ( string message ) : void
message string
리턴 void

UpdateCheckClicked() 공개 메소드

public UpdateCheckClicked ( ) : void
리턴 void