PlugInForm(IPCBIWindow) Constructor

Init PlugIn Form with translation of controls.

Definition

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

Parameters

parent  IPCBIWindow
For init and connect it is necessary to know the parent IPCBIWindow.

See Also