DesignLogEntryParameterBool(String, Boolean) Constructor

Initializes a new instance of the DesignLogEntryParameterBool class

Definition

Namespace: PCB_Investigator.Automation.DesignHistory
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public DesignLogEntryParameterBool(
	string key,
	bool value
)

Parameters

key  String
 
value  Boolean
 

See Also