Made it possible to create event args externally for testing.

This commit is contained in:
soukoku
2014-09-12 07:16:10 -04:00
parent 81710b7e99
commit 0cd02ac16e
10 changed files with 245 additions and 161 deletions

View File

@@ -8,10 +8,10 @@
// </auto-generated>
//------------------------------------------------------------------------------
namespace NTwain.Properties
{
namespace NTwain.Properties {
using System;
/// <summary>
/// A strongly-typed resource class, for looking up localized strings, etc.
/// </summary>
@@ -60,6 +60,15 @@ namespace NTwain.Properties
}
}
/// <summary>
/// Looks up a localized string similar to Data group for application must contain either Image or Audio..
/// </summary>
internal static string BadDataGroupsForAppId {
get {
return ResourceManager.GetString("BadDataGroupsForAppId", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Invalid value type for {0}..
/// </summary>