C2018-039: Upgrade – User Control of Format

This commit is contained in:
2018-12-12 15:29:56 +00:00
parent e2392f5fec
commit ddf01e9f9a
7 changed files with 1083 additions and 2 deletions

View File

@@ -398,5 +398,17 @@ namespace VEPROMS.Properties {
this["VisioPath"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("0")]
public int UCFImportOpt {
get {
return ((int)(this["UCFImportOpt"]));
}
set {
this["UCFImportOpt"] = value;
}
}
}
}