mirror of
https://github.com/soukoku/ntwain.git
synced 2026-01-02 12:27:11 +08:00
Updated samples to new twain sessions.
This commit is contained in:
@@ -11,7 +11,7 @@ namespace NTwain
|
||||
/// A customized TWAIN session for use in winform environment.
|
||||
/// Use this by adding this as an <see cref="IMessageFilter "/> via <see cref="Application.AddMessageFilter"/>.
|
||||
/// </summary>
|
||||
public class TwainSessionWinform : TwainSessionBase, IMessageFilter
|
||||
public class TwainSessionWinform : TwainSession, IMessageFilter
|
||||
{
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="TwainSessionWinform" /> class.
|
||||
|
||||
Reference in New Issue
Block a user