public void Remove(SerialCommand Command) { if (BaseIndexOf(Command) >= 0) { BaseRemove(Command.Name); } }
public SerialCommandCollection() { SerialCommand e = (SerialCommand)CreateNewElement(); if (e.Name != "") { Add(e); } }
public void Add(SerialCommand Command) { BaseAdd(Command); }