mirror of
https://github.com/soukoku/ntwain.git
synced 2025-09-19 01:57:56 +08:00
Renamed capability file name.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
using NTwain.Data;
|
||||
using NTwain.Internals;
|
||||
|
||||
namespace NTwain.Triplets
|
||||
namespace NTwain.Triplets.Control
|
||||
{
|
||||
/// <summary>
|
||||
/// Represents <see cref="DataArgumentType.Capability"/>.
|
@@ -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) { }
|
||||
|
||||
// }
|
||||
//}
|
@@ -42,11 +42,6 @@ namespace NTwain
|
||||
/// </summary>
|
||||
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>
|
||||
/// Occurs when an enabled source has been disabled (back to state 4).
|
||||
/// </summary>
|
||||
|
Reference in New Issue
Block a user