| vbAccelerator - Contents of code file: IMAPIWrapper\DiscRecorderProperties.csThis 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)
{
}
}
}
| |||
|
|
||||