public void SetMethod(TimeDependentConcreteMethod method)
 {
 }
Example #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="TimeDependentConcrete" /> class.
 /// </summary>
 /// <param name="seed">The seed.</param>
 /// <param name="method">The time dependent method for the class to use.</param>
 public TimeDependentConcrete(CSiApiSeed seed, TimeDependentConcreteMethod method) : base(seed)
 {
     Method = method;
 }