vbAccelerator - Contents of code file: IMAPIWrapper\DiscRecorderProperties.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 disc recorder.
   /// </summary>
   public class DiscRecorderProperties : PropertyStorage
   {
      internal DiscRecorderProperties(IPropertyStorage propertyStorage) :
       base(propertyStorage)
      {
      }
   }
}