Added one direct triplet call for custom values.

This commit is contained in:
soukoku
2014-05-15 21:06:13 -04:00
parent 6d8ef7bdd9
commit f17692184f
5 changed files with 65 additions and 0 deletions

View File

@@ -204,6 +204,19 @@ namespace NTwain
}
}
DGCustom _dgCustom;
/// <summary>
/// Gets the direct triplet operation entry for custom values.
/// </summary>
public DGCustom DGCustom
{
get
{
if (_dgCustom == null) { _dgCustom = new DGCustom(this); }
return _dgCustom;
}
}
#endregion
#region INotifyPropertyChanged Members