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

@@ -1,8 +1,9 @@
using System;
using NTwain.Values;
using System;
namespace NTwain.Triplets
{
/// <summary>
/// Class for grouping triplet operations under the Control data group.
/// <summary>
/// Represents <see cref="DataGroups.Control"/>.
/// </summary>
public sealed class DGControl
{