VPet/VPet-Simulator.Windows/Properties/Settings.Designer.cs

27 lines
1.1 KiB
C#
Raw Permalink Normal View History

2022-12-13 07:10:18 +00:00
//------------------------------------------------------------------------------
// <auto-generated>
2023-07-16 23:58:09 +00:00
// 此代码由工具生成。
// 运行时版本:4.0.30319.42000
2022-12-13 07:10:18 +00:00
//
2023-07-16 23:58:09 +00:00
// 对此文件的更改可能会导致不正确的行为,并且如果
// 重新生成代码,这些更改将会丢失。
2022-12-13 07:10:18 +00:00
// </auto-generated>
//------------------------------------------------------------------------------
2023-07-16 23:58:09 +00:00
namespace VPet_Simulator.Windows.Properties {
2022-12-13 07:10:18 +00:00
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
2023-07-16 23:58:09 +00:00
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.6.0.0")]
internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
2022-12-13 07:10:18 +00:00
private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
2023-07-16 23:58:09 +00:00
public static Settings Default {
get {
2022-12-13 07:10:18 +00:00
return defaultInstance;
}
}
}
}