コード例 #1
0
        private void ExtractProperties(string fullPath)
        {
            Debug.Assert(!string.IsNullOrWhiteSpace(fullPath), "fullPath should be specified");

            properties = new JavaProperties();
            properties.Load(File.Open(fullPath, FileMode.Open));
        }