DesignLogEntryParameterString(String, String) Constructor

Initializes a new instance of the DesignLogEntryParameterString class

Definition

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

Parameters

key  String
 
value  String
 

See Also