Пример #1
0
        public static PropertiesFile ReadPropertiesFileOrFail(string filename)
        {
            PropertiesFile file = new PropertiesFile(filename);

            file.ReadPropertiesOrFail();
            return(file);
        }
 public static PropertiesFile ReadPropertiesFileOrFail(string filename)
 {
     PropertiesFile file = new PropertiesFile(filename);
     file.ReadPropertiesOrFail();
     return file;
 }