Ejemplo n.º 1
0
 /// <summary>
 /// Creates a new instance of the <see cref="LinkLaunchPoint"/> class.
 /// </summary>
 protected LinkLaunchPoint(IGuidanceManager guidanceManager)
 {
     Guard.NotNull(() => guidanceManager, guidanceManager);
     GuidanceManager          = guidanceManager;
     this.QueryStatusStrategy = new DefaultQueryStatusStrategy(this.GetType().Name);
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Creates a new instance of the <see cref="LinkLaunchPoint"/> class.
 /// </summary>
 protected LinkLaunchPoint(IGuidanceManager guidanceManager)
 {
     Guard.NotNull(() => guidanceManager, guidanceManager);
     GuidanceManager = guidanceManager;
     this.QueryStatusStrategy = new DefaultQueryStatusStrategy(this.GetType().Name);
 }