C# Class NClass.AssemblyImport.NETImportPlugin

Implements the PlugIn-Interface of NClass.
Inheritance: NClass.GUI.Plugin
Afficher le fichier Open project: gbaychev/NClass

Méthodes publiques

Méthode Description
NETImportPlugin ( NClassEnvironment environment ) : System

Constructs a new instance of NETImportPlugin.

Méthodes protégées

Méthode Description
Launch ( ) : void

Starts the functionality of the plugin.

Private Methods

Méthode Description
NETImportPlugin ( ) : System

Set up the current culture for the strings.

menuItem_Click ( object sender, EventArgs e ) : void

Starts the export.

Method Details

Launch() protected méthode

Starts the functionality of the plugin.
protected Launch ( ) : void
Résultat void

NETImportPlugin() public méthode

Constructs a new instance of NETImportPlugin.
public NETImportPlugin ( NClassEnvironment environment ) : System
environment NClass.GUI.NClassEnvironment An instance of NClassEnvironment.
Résultat System