PCBIOpenFileDlg(IPCBIWindow) Constructor
Create instance of the open file dialog.
Namespace: PCB_Investigator.PCBIWindowsAssembly: PCB-Investigator (in PCB-Investigator.exe) Version: 16
public PCBIOpenFileDlg(
IPCBIWindow parent
)
Public Sub New (
parent As IPCBIWindow
)
public:
PCBIOpenFileDlg(
IPCBIWindow^ parent
)
new :
parent : IPCBIWindow -> PCBIOpenFileDlg
Parameters
- parent IPCBIWindow
- IPCBIWindow which is the parent of this dialog.