This website requires JavaScript.
Explore
Help
Register
Sign In
lsm
/
ntwain
Watch
1
Star
0
Fork
0
mirror of
https://github.com/soukoku/ntwain.git
synced
2026-02-25 13:04:07 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
e879c00102a9fc5821966e3ef8f8cc678d306e56
ntwain
/
NTwain
/
Internals
/
ICommittable.cs
T
10 lines
125 B
C#
Raw
Normal View
History
Unescape
Escape
Road to v1 begins!
2014-04-20 16:57:38 -04:00
using
System
;
namespace
NTwain.Internals
{
interface
ICommittable
:
IDisposable
{
void
Commit
();
}
}
Reference in New Issue
Copy Permalink