|
@@ -1,29 +1,36 @@
|
|
|
//------------------------------------------------------------------------------
|
|
|
// <auto-generated>
|
|
|
-// This code was generated by a tool.
|
|
|
-// Runtime Version:4.0.30319.42000
|
|
|
+// Этот код создан программой.
|
|
|
+// Исполняемая версия:4.0.30319.42000
|
|
|
//
|
|
|
-// Changes to this file may cause incorrect behavior and will be lost if
|
|
|
-// the code is regenerated.
|
|
|
+// Изменения в этом файле могут привести к неправильной работе и будут потеряны в случае
|
|
|
+// повторной генерации кода.
|
|
|
// </auto-generated>
|
|
|
//------------------------------------------------------------------------------
|
|
|
|
|
|
-
|
|
|
-namespace ПрокатАвто03.Properties
|
|
|
-{
|
|
|
+namespace ПрокатАвто03.Properties {
|
|
|
+
|
|
|
+
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
|
|
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0")]
|
|
|
- internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase
|
|
|
- {
|
|
|
-
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "16.10.0.0")]
|
|
|
+ internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
|
|
|
+
|
|
|
private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
|
|
|
-
|
|
|
- public static Settings Default
|
|
|
- {
|
|
|
- get
|
|
|
- {
|
|
|
+
|
|
|
+ public static Settings Default {
|
|
|
+ get {
|
|
|
return defaultInstance;
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
+ [global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
+ [global::System.Configuration.SpecialSettingAttribute(global::System.Configuration.SpecialSetting.ConnectionString)]
|
|
|
+ [global::System.Configuration.DefaultSettingValueAttribute("Data Source=Class31000;Initial Catalog=Prokatavto03;Integrated Security=True")]
|
|
|
+ public string Prokatavto03ConnectionString {
|
|
|
+ get {
|
|
|
+ return ((string)(this["Prokatavto03ConnectionString"]));
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
}
|