C# Client Library
A C# Client Library for the AnalyzeRe REST API
Loading...
Searching...
No Matches
Settings.cs
Go to the documentation of this file.
1using System.Configuration;
2
4{
9 [SettingsProvider(typeof(SharedSettingsProvider))]
10 public sealed partial class Settings
11 {
12 }
13}
This part of the Settings class is not generated from the Settings.settings designer,...
Definition Settings.cs:11