Placeholder for 2.3 operations.

This commit is contained in:
soukoku
2014-04-04 07:45:26 -04:00
parent 0d4f60171f
commit 428a024124
6 changed files with 20 additions and 7 deletions

View File

@@ -4,6 +4,8 @@ using NTwain.Values;
namespace NTwain.Triplets
{
// TODO: implement this
public sealed class XferGroup : OpBase
{
internal XferGroup(ITwainSessionInternal session) : base(session) { }