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.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"/>.
|
@@ -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>
|
/// </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>
|
||||||
|
Reference in New Issue
Block a user