Renamed capability file name.

This commit is contained in:
Eugene Wang
2018-11-18 12:19:56 -05:00
parent 34c156da23
commit 1e8f47346d
3 changed files with 1 additions and 22 deletions

View File

@@ -1,7 +1,7 @@
using NTwain.Data; using NTwain.Data;
using NTwain.Internals; using NTwain.Internals;
namespace NTwain.Triplets namespace NTwain.Triplets.Control
{ {
/// <summary> /// <summary>
/// Represents <see cref="DataArgumentType.Capability"/>. /// Represents <see cref="DataArgumentType.Capability"/>.

View File

@@ -1,16 +0,0 @@
//using System;
//using System.Collections.Generic;
//using System.Linq;
//using System.Text;
//namespace NTwain.Triplets
//{
// /// <summary>
// /// Provides direct access to the triplet call.
// /// </summary>
// public partial class DGCustom : BaseTriplet
// {
// internal DGCustom(TwainSession session) : base(session) { }
// }
//}

View File

@@ -42,11 +42,6 @@ namespace NTwain
/// </summary> /// </summary>
internal DGAudio DGAudio => dgAudio ?? (dgAudio = new DGAudio(this)); internal DGAudio DGAudio => dgAudio ?? (dgAudio = new DGAudio(this));
///// <summary>
///// Gets/sets the direct triplet operation entry for custom values.
///// </summary>
//public DGCustom DGCustom { get; set; }
/// <summary> /// <summary>
/// Occurs when an enabled source has been disabled (back to state 4). /// Occurs when an enabled source has been disabled (back to state 4).
/// </summary> /// </summary>