mirror of
https://github.com/soukoku/ntwain.git
synced 2025-09-19 10:08:00 +08:00
Some refactor ideas
This commit is contained in:
@@ -16,7 +16,7 @@ namespace NTwain.Triplets
|
||||
/// </summary>
|
||||
/// <param name="session">The session.</param>
|
||||
/// <exception cref="System.ArgumentNullException"></exception>
|
||||
internal OpBase(ITwainSessionInternal session)
|
||||
internal OpBase(ITwainStateInternal session)
|
||||
{
|
||||
if (session == null) { throw new ArgumentNullException("session"); }
|
||||
Session = session;
|
||||
@@ -28,6 +28,6 @@ namespace NTwain.Triplets
|
||||
/// <value>
|
||||
/// The session.
|
||||
/// </value>
|
||||
internal ITwainSessionInternal Session { get; private set; }
|
||||
internal ITwainStateInternal Session { get; private set; }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user