|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
using System.Diagnostics; |
|
|
using Microsoft.VisualBasic; |
|
|
|
|
|
|
|
|
namespace DWSIM.ProFeatures.My |
|
|
{ |
|
|
|
|
|
[System.Runtime.CompilerServices.CompilerGenerated()] |
|
|
[System.CodeDom.Compiler.GeneratedCode("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0")] |
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)] |
|
|
internal sealed partial class MySettings : System.Configuration.ApplicationSettingsBase |
|
|
{ |
|
|
|
|
|
private static MySettings defaultInstance = (MySettings)Synchronized(new MySettings()); |
|
|
|
|
|
#region My.Settings Auto-Save Functionality |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#endregion |
|
|
|
|
|
public static MySettings Default |
|
|
{ |
|
|
get |
|
|
{ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
return defaultInstance; |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
namespace DWSIM.ProFeatures.My |
|
|
{ |
|
|
|
|
|
[HideModuleName()] |
|
|
[DebuggerNonUserCode()] |
|
|
[System.Runtime.CompilerServices.CompilerGenerated()] |
|
|
internal static class MySettingsProperty |
|
|
{ |
|
|
|
|
|
[System.ComponentModel.Design.HelpKeyword("My.Settings")] |
|
|
internal static MySettings Settings |
|
|
{ |
|
|
get |
|
|
{ |
|
|
return MySettings.Default; |
|
|
} |
|
|
} |
|
|
} |
|
|
} |