Searched refs:BuildPortNameHash (Results 1 – 2 of 2) sorted by relevance
41 Dictionary<String, String> ports = BuildPortNameHash(SerialPort.GetPortNames()); in SelectPortDialog()56 public static Dictionary<String, String> BuildPortNameHash(String[] portsToMap) in BuildPortNameHash() method in CatLog.SelectPortDialog
66 … Dictionary<String, String> ports = SelectPortDialog.BuildPortNameHash(SerialPort.GetPortNames()); in CatLog()