Fixed some comments and types.

This commit is contained in:
soukoku
2014-04-04 22:19:16 -04:00
parent c7ca66836b
commit 4fa3e77fba
37 changed files with 354 additions and 69 deletions

View File

@@ -4,6 +4,9 @@ using System;
namespace NTwain.Triplets
{
/// <summary>
/// Represents <see cref="DataArgumentType.RgbResponse"/>.
/// </summary>
public sealed class RgbResponse : OpBase
{
internal RgbResponse(ITwainSessionInternal session) : base(session) { }