/// <summary>
 /// Creates a new instance of this Rhino.Api.Simulator.Framework.XrayAutomationProvider.
 /// </summary>
 /// <param name="configuration">Rhino.Api.Contracts.Configuration.RhinoConfiguration to use with this provider.</param>
 /// <param name="types">A collection of <see cref="Type"/> to load for this repository.</param>
 public XrayAutomationProvider(RhinoConfiguration configuration, IEnumerable <Type> types)
     : this(configuration, types, Utilities.CreateDefaultLogger(configuration))
 {
 }
Exemple #2
0
 /// <summary>
 /// Creates a new instance of this Rhino.Api.Components.RhinoConnector.
 /// </summary>
 /// <param name="configuration">Rhino.Api.Contracts.Configuration.RhinoConfiguration to use with this connector.</param>
 /// <param name="types">A collection of <see cref="Type"/> to load for this repository.</param>
 public XrayCloudConnector(RhinoConfiguration configuration, IEnumerable <Type> types)
     : this(configuration, types, Utilities.CreateDefaultLogger(configuration))
 {
 }