Settings.Designer.cs
上传用户:haomiao527
上传日期:2008-10-28
资源大小:322k
文件大小:1k
源码类别:

其他智力游戏

开发平台:

C#

  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. //     此代码由工具生成。
  4. //     运行库版本:2.0.50727.1433
  5. //
  6. //     对此文件的更改可能会导致不正确的行为,并且如果
  7. //     重新生成代码,这些更改将会丢失。
  8. // </auto-generated>
  9. //------------------------------------------------------------------------------
  10. namespace CShap.Wpf.EinsteinSuperQuestion.Properties {
  11.     
  12.     
  13.     [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
  14.     [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "9.0.0.0")]
  15.     internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
  16.         
  17.         private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
  18.         
  19.         public static Settings Default {
  20.             get {
  21.                 return defaultInstance;
  22.             }
  23.         }
  24.     }
  25. }