示例#1
0
 public DataSourceMixed(string path)
     : base(path)
 {
     amiga = new DataSourceAmiga(path);
     dos   = new DataSourceDos(path);
 }