Exemplo n.º 1
0
 public DirectExecutorTasksCollection(DirectExecutor executor)
     : base(executor)
 {
 }
Exemplo n.º 2
0
 /// <summary>
 /// Constructor.
 /// </summary>
 /// <param name="executor">The <see cref="DirectExecutor"/> object owning
 /// this list.</param>
 public DirectExecutorTasksCollection(DirectExecutor executor)
     : base(executor)
 {
 }