Typo and other fixes.

This commit is contained in:
soukoku
2014-11-13 21:49:12 -05:00
parent d2134fbcd3
commit b4865c988e
13 changed files with 96 additions and 82 deletions

View File

@@ -73,7 +73,8 @@ namespace NTwain
}
DGControl _dgControl;
DGControl ITripletControl.DGControl
DGControl ITripletControl.DGControl { get { return DGControl; } }
protected DGControl DGControl
{
get
{
@@ -82,8 +83,10 @@ namespace NTwain
}
}
DGImage _dgImage;
DGImage ITripletControl.DGImage
DGImage ITripletControl.DGImage { get { return DGImage; } }
protected DGImage DGImage
{
get
{
@@ -93,7 +96,8 @@ namespace NTwain
}
DGCustom _dgCustom;
DGCustom ITripletControl.DGCustom
DGCustom ITripletControl.DGCustom { get { return DGCustom; } }
protected DGCustom DGCustom
{
get
{