PlugInForm(IPCBIWindow, String) Constructor
Init PlugIn Form with translation of controls.
Namespace: PCB_Investigator.PCBIWindowsAssembly: PCB-Investigator (in PCB-Investigator.exe) Version: 16
public PlugInForm(
IPCBIWindow parent,
string NameOfPlugin
)
Public Sub New (
parent As IPCBIWindow,
NameOfPlugin As String
)
public:
PlugInForm(
IPCBIWindow^ parent,
String^ NameOfPlugin
)
new :
parent : IPCBIWindow *
NameOfPlugin : string -> PlugInForm
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).