// Add an input item to the user interface public void AddInputItem(SerialInputItem item) { _inputItems.Add(item); }