Пример #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ReflectorPluginCore"/> class.
 /// </summary>
 /// <param name="descriptor">The descriptor.</param>
 public ReflectorPluginCore(ReflectorPluginDescriptor descriptor)
     : base(descriptor)
 {
 }
Пример #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ReflectorPluginCore"/> class.
 /// </summary>
 /// <param name="descriptor">The descriptor.</param>
 public ReflectorPluginCore(ReflectorPluginDescriptor descriptor) :
     base(descriptor)
 {
 }