C# 클래스 NClass.AssemblyImport.NETImportPlugin

Implements the PlugIn-Interface of NClass.
상속: NClass.GUI.Plugin
파일 보기 프로젝트 열기: gbaychev/NClass

공개 메소드들

메소드 설명
NETImportPlugin ( NClassEnvironment environment ) : System

Constructs a new instance of NETImportPlugin.

보호된 메소드들

메소드 설명
Launch ( ) : void

Starts the functionality of the plugin.

비공개 메소드들

메소드 설명
NETImportPlugin ( ) : System

Set up the current culture for the strings.

menuItem_Click ( object sender, EventArgs e ) : void

Starts the export.

메소드 상세

Launch() 보호된 메소드

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

NETImportPlugin() 공개 메소드

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