📄 settings.designer.jsl
字号:
/*******************************************************************************
*
* This code was generated by a tool.
* Runtime Version: 2.0.50215.17
*
* Changes to this file may cause incorrect behavior and will be lost if
* the code is regenerated.
*
******************************************************************************/
package Microsoft.Samples.Windows.Forms.EventBasedAsync.Configuration;
/** @assembly System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode", Scope="member", Target="Microsoft.Samples.Windows.Forms.EventBasedAsync.Configuration.Settings.get_Defaul" +
"t():Microsoft.Samples.Windows.Forms.EventBasedAsync.Configuration.Settings")*/
/** @attribute System.Runtime.CompilerServices.CompilerGeneratedAttribute()*/
public final class Settings extends System.Configuration.ApplicationSettingsBase {
private static Settings defaultInstance = new Settings();
/** @property */
public static Settings get_Default() {
return defaultInstance;
}
/** @attribute System.Configuration.ApplicationScopedSettingAttribute()*/
/** @attribute System.Diagnostics.DebuggerNonUserCodeAttribute()*/
/** @attribute System.Configuration.SpecialSettingAttribute(System.Configuration.SpecialSetting.WebServiceUrl)*/
/** @attribute System.Configuration.DefaultSettingValueAttribute("http://localhost/samplewebservices/simplewebservice.asmx")*/
/** @property */
public String get_EventBasedAsyncSampleJSL_SimpleWebServices_SimpleWebService() {
return ((String)(this.get_Item("EventBasedAsyncSampleJSL_SimpleWebServices_SimpleWebService")));
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -