public ComBus() { xml = new XmlAdapter(); db = new XmlToDB(); dbFormat = ""; xmlFormat = ""; }
public ComBus(IComBus iComBus) { xml = new XmlAdapter(); db = new XmlToDB(); myComBus = iComBus; }