Files
community/Ink Canvas/Properties/Settings.Designer.cs
T

31 lines
1011 B
C#
Raw Normal View History

2025-05-25 09:29:48 +08:00
//------------------------------------------------------------------------------
// <auto-generated>
// 此代码由工具生成。
// 运行时版本:4.0.30319.42000
//
// 对此文件的更改可能会导致不正确的行为,并且如果
// 重新生成代码,这些更改将会丢失。
// </auto-generated>
//------------------------------------------------------------------------------
2025-07-28 14:40:44 +08:00
using System.CodeDom.Compiler;
using System.Configuration;
using System.Runtime.CompilerServices;
2025-05-25 09:29:48 +08:00
namespace Ink_Canvas.Properties {
2025-07-28 14:40:44 +08:00
[CompilerGenerated()]
[GeneratedCode("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.7.0.0")]
internal sealed partial class Settings : ApplicationSettingsBase {
2025-05-25 09:29:48 +08:00
2025-07-28 14:40:44 +08:00
private static Settings defaultInstance = ((Settings)(Synchronized(new Settings())));
2025-05-25 09:29:48 +08:00
public static Settings Default {
get {
return defaultInstance;
}
}
}
}