Exemple #1
0
 /// <summary>
 /// Loads the internal resource with UCUM data into a <b>SystemOfUnits</b> class
 /// </summary>
 public static SystemOfUnits Load()
 {
      SystemOfUnits system;
      UcumReader reader = new UcumReader(UCUM.Stream);
      system = reader.Read();
      return system;
 }
Exemple #2
0
        /// <summary>
        /// Loads the internal resource with UCUM data into a <b>SystemOfUnits</b> class
        /// </summary>
        public static SystemOfUnits Load()
        {
            SystemOfUnits system;
            UcumReader    reader = new UcumReader(UCUM.Stream);

            system = reader.Read();
            return(system);
        }