Beispiel #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="CloudOptions"/> class.
 /// </summary>
 private CloudOptions(CloudOptions other)
 {
     DiscoveryToken = other.DiscoveryToken;
     Url            = other.Url;
 }
Beispiel #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="CloudOptions"/> class.
 /// </summary>
 private CloudOptions(CloudOptions other)
 {
     Enabled        = other.Enabled;
     DiscoveryToken = other.DiscoveryToken;
     UrlBase        = other.UrlBase;
 }