PlugInForm(IPCBIWindow, String) Constructor

Init PlugIn Form with translation of controls.

Definition

Namespace: PCB_Investigator.PCBIWindows
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 16
C#
public PlugInForm(
	IPCBIWindow parent,
	string NameOfPlugin
)

Parameters

parent  IPCBIWindow
For init and connect it is necessary to know the parent IPCBIWindow.
NameOfPlugin  String
Set the name of the used license (if name is not identical with assembly title).

See Also