You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
excelImport/Source/ExcelImprot/Properties/Settings.Designer.cs

27 lines
1.1 KiB

3 years ago
//------------------------------------------------------------------------------
// <auto-generated>
3 years ago
// 이 코드는 도구를 사용하여 생성되었습니다.
// 런타임 버전:4.0.30319.42000
3 years ago
//
3 years ago
// 파일 내용을 변경하면 잘못된 동작이 발생할 수 있으며, 코드를 다시 생성하면
// 이러한 변경 내용이 손실됩니다.
3 years ago
// </auto-generated>
//------------------------------------------------------------------------------
3 years ago
namespace ExcelImport.Properties {
3 years ago
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
3 years ago
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "12.0.0.0")]
internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
3 years ago
private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
3 years ago
public static Settings Default {
get {
3 years ago
return defaultInstance;
}
}
}
}