C# Class BNS_ACT_Plugin.BNS_ACT_Plugin

Inheritance: System.Windows.Forms.UserControl, Advanced_Combat_Tracker.IActPluginV1
Afficher le fichier Open project: ravahn/BnS_ACT_Plugin Class Usage Examples

Méthodes publiques

Méthode Description
BNS_ACT_Plugin ( ) : System
DeInitPlugin ( ) : void
InitPlugin ( System pluginScreenSpace, System pluginStatusText ) : void
LogParserMessage ( string message ) : void
UpdateCheckClicked ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
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

Method Details

BNS_ACT_Plugin() public méthode

public BNS_ACT_Plugin ( ) : System
Résultat System

DeInitPlugin() public méthode

public DeInitPlugin ( ) : void
Résultat void

Dispose() protected méthode

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

InitPlugin() public méthode

public InitPlugin ( System pluginScreenSpace, System pluginStatusText ) : void
pluginScreenSpace System
pluginStatusText System
Résultat void

LogParserMessage() public static méthode

public static LogParserMessage ( string message ) : void
message string
Résultat void

UpdateCheckClicked() public méthode

public UpdateCheckClicked ( ) : void
Résultat void