예제 #1
0
 public ComBus()
 {
     xml       = new XmlAdapter();
     db        = new XmlToDB();
     dbFormat  = "";
     xmlFormat = "";
 }
예제 #2
0
 public ComBus(IComBus iComBus)
 {
     xml      = new XmlAdapter();
     db       = new XmlToDB();
     myComBus = iComBus;
 }