Settings.Designer.cs
上传用户:cookies0
上传日期:2022-07-28
资源大小:284k
文件大小:1k
源码类别:

语音合成与识别

开发平台:

Visual C++

  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. //     此代码由工具生成。
  4. //     运行库版本:2.0.50727.1433
  5. //
  6. //     对此文件的更改可能会导致不正确的行为,并且如果
  7. //     重新生成代码,这些更改将会丢失。
  8. // </auto-generated>
  9. //------------------------------------------------------------------------------
  10. namespace tryreco.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. }