예제 #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="SchedulerGroupBuilder{TModel}"/> class.
 /// </summary>
 /// <param name="container">The container</param>
 public SchedulerGroupBuilder(SchedulerGroupSettings settings)
 {
     this.settings = settings;
 }
예제 #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="SchedulerGroupBuilder{TModel}"/> class.
 /// </summary>
 /// <param name="container">The container</param>
 public SchedulerGroupBuilder(SchedulerGroupSettings settings)
 {
     this.settings = settings;
 }