PCBISaveFileDlg(String, IPCBIWindow) Constructor

Create instance of save file dialog.

Definition

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

Parameters

Title  String
Title of current dialog.
parent  IPCBIWindow
The parent IPCBIWindow to use it internal.

See Also