Skip to content

Commit 55df539

Browse files
authored
Add the missing SettingsProvider attribute
1 parent 22c3c0f commit 55df539

File tree

1 file changed

+1
-0
lines changed
  • samples/snippets/csharp/VS_Snippets_Winforms/ApplicationSettings.Architecture/CS

1 file changed

+1
-0
lines changed

samples/snippets/csharp/VS_Snippets_Winforms/ApplicationSettings.Architecture/CS/DummyClass.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
namespace ApplicationSettingsArchitectureCS
88
{
9+
[SettingsProvider("SqlSettingsProvider")]
910
class CustomSettings : ApplicationSettingsBase
1011
{
1112
// Implementation goes here.

0 commit comments

Comments
 (0)