Added HowMany setting Property to limit the number of procedures converted.

This commit is contained in:
Rich
2014-12-08 20:27:48 +00:00
parent 3da3cd999e
commit 2c21ce24dc
2 changed files with 16 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:2.0.50727.4247
// Runtime Version:2.0.50727.5485
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
@@ -406,5 +406,17 @@ namespace DataLoader.Properties {
this["AnnotateWhenShowingDifferentRO"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("0")]
public int HowMany {
get {
return ((int)(this["HowMany"]));
}
set {
this["HowMany"] = value;
}
}
}
}