/// <summary>Initializes the component</summary>
 /// <param name="noImplementation">
 ///   Implementation of the unimplemented interface (:P) to use
 /// </param>
 public IncompleteComponent(IHaveNoImplementation noImplementation)
 {
 }
Exemplo n.º 2
0
 /// <summary>Initializes the component</summary>
 /// <param name="noImplementation">
 ///   Implementation of the unimplemented interface (:P) to use
 /// </param>
 public IncompleteComponent(IHaveNoImplementation noImplementation) { }