PCBIOpenFileDlg(String, IPCBIWindow) Constructor

Create instance of the open file dialog.

Definition

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

Parameters

Title  String
Title of the dialog e.g. open IDF file.
parent  IPCBIWindow
IPCBIWindow which is the parent of this dialog.

See Also