Added logic so that FormatUpdate doesn’t work in production mode
Added Folder Browser to select Format Folder Added FormatFolder setting to update formats
This commit is contained in:
@@ -267,5 +267,17 @@ namespace VEPROMS.Properties {
|
||||
this["LastVersion"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("C:\\Development")]
|
||||
public string FormatPath {
|
||||
get {
|
||||
return ((string)(this["FormatPath"]));
|
||||
}
|
||||
set {
|
||||
this["FormatPath"] = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -65,5 +65,8 @@
|
||||
<Setting Name="LastVersion" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)">0.0</Value>
|
||||
</Setting>
|
||||
<Setting Name="FormatPath" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)">C:\Development</Value>
|
||||
</Setting>
|
||||
</Settings>
|
||||
</SettingsFile>
|
Reference in New Issue
Block a user