Example #1
0
 public static COThermo GetCOThermo(COVersion version = COVersion.V110)
 {
     if (_COThermo == null)
     {
         _COThermo = new COThermo(version);
     }
     return(_COThermo);
 }
Example #2
0
 private COThermo(COVersion version)
 {
     Version = version;
 }