PCBIResultDialog(ListString, String) Constructor

Add column header texts for init and optional a header text.

Definition

Namespace: PCB_Investigator.PCBIWindows
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public PCBIResultDialog(
	List<string> ColumnHeaderTexts,
	string header = null
)

Parameters

ColumnHeaderTexts  ListString
header  String  (Optional)

See Also