Exemplo n.º 1
0
        public static OidDb FromFile(string file)
        {
            OidDb oidDb = new OidDb();

            oidDb.ParseFile(file);
            return(oidDb);
        }
Exemplo n.º 2
0
 public static OidDb FromFile(string file)
 {
     OidDb oidDb = new OidDb();
     oidDb.ParseFile(file);
     return oidDb;
 }