C# Class NClass.AssemblyImport.NETImportPlugin

Implements the PlugIn-Interface of NClass.
Inheritance: NClass.GUI.Plugin
Datei anzeigen Open project: gbaychev/NClass

Public Methods

Method Description
NETImportPlugin ( NClassEnvironment environment ) : System

Constructs a new instance of NETImportPlugin.

Protected Methods

Method Description
Launch ( ) : void

Starts the functionality of the plugin.

Private Methods

Method 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 method

Starts the functionality of the plugin.
protected Launch ( ) : void
return void

NETImportPlugin() public method

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