mirror of
https://github.com/soukoku/ntwain.git
synced 2025-12-01 19:04:09 +08:00
Some name-breaking changes so master is now v3. V2 will continue to be the code on nuget for now.
This commit is contained in:
@@ -6,7 +6,7 @@ namespace NTwain.Triplets
|
||||
/// <summary>
|
||||
/// This is to support custom DAT value for custom capability defined by some manufacturers.
|
||||
/// </summary>
|
||||
public sealed class CapabilityCustom : OpBase
|
||||
public sealed class CapabilityCustom : TripletBase
|
||||
{
|
||||
internal CapabilityCustom(ITwainSessionInternal session) : base(session) { }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user