mirror of
https://github.com/soukoku/ntwain.git
synced 2026-02-25 13:04:07 +08:00
Road to v1 begins!
This commit is contained in:
9
NTwain/Internals/ICommittable.cs
Normal file
9
NTwain/Internals/ICommittable.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using System;
|
||||
|
||||
namespace NTwain.Internals
|
||||
{
|
||||
interface ICommittable : IDisposable
|
||||
{
|
||||
void Commit();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user