Merge branch 'master' into publish-8192

This commit is contained in:
CXWTool Service Account
2020-11-03 07:00:58 +00:00
4 changed files with 7 additions and 7 deletions
@@ -46,7 +46,7 @@ The following procedures show how to test for a valid birth date using either th
- If you created your settings using the Visual Studio Application Settings dialog box in the **Property Editor**, you can retrieve the default settings object generated for your language through the following expression.
```csharp
Configuration.Settings.Default
Properties.Settings.Default
```
```vb