mirror of
https://github.com/soukoku/ntwain.git
synced 2025-12-01 10:54:08 +08:00
Made it possible to create event args externally for testing.
This commit is contained in:
17
NTwain/Properties/Resources.Designer.cs
generated
17
NTwain/Properties/Resources.Designer.cs
generated
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user