user1570048
user1570048

Reputation: 880

Resetting My.Settings variable to Default values

How can i reset the my.settings variables that i've changed during debugging the application?

Upvotes: 3

Views: 12865

Answers (1)

Rob
Rob

Reputation: 3843

to restore to default values:

My.Settings.Reset()

Upvotes: 8

Related Questions