vbAccelerator - Contents of code file: IMAPIWrapper\JolietDiscMasterProperties.cs

This file is part of the download IMAPI Wrapper, which is described in the article Image Mastering API (IMAPI) Wrapper for .NET.

using System;

namespace vbAccelerator.Components.ImapiWrapper
{
   /// <summary>
   /// Collection of properties associated with a Joliet Disc Master instance.
   /// </summary>
   public class JolietDiscMasterProperties : PropertyStorage
   {
      internal JolietDiscMasterProperties(IPropertyStorage propertyStorage) :
       base(propertyStorage)
      {
      }

   }
}