温馨提示:代码在线浏览功能只能做为源码浏览参考,不能展示项目的全部,如果想更进一步了解该代码请下载:NetShopForge网上商店程序(VB)源码
当前文件路径:NetShopForge/Library/Settings.vb

12
Namespace My 3
4
'This class allows you to handle specific events on the settings class: 5
' The SettingChanging event is raised before a setting's value is changed. 6
' The PropertyChanged event is raised after a setting's value is changed. 7
' The SettingsLoaded event is raised after the setting values are loaded. 8
' The SettingsSaving event is raised before the setting values are saved. 9
Partial Friend NotInheritable Class MySettings 10
End Class 11
End Namespace 12







