Beispiel #1
0
 /// <summary>
 /// Constructor
 /// </summary>
 /// <param name="stable">STABLE protocol associated with the Task</param>
 public StableTask(STABLE stable)
 {
     this.stable = stable;
 }
Beispiel #2
0
 /// <summary>
 /// Constructor
 /// </summary>
 /// <param name="stable">STABLE protocol associated with the Task</param>
 public StableTask(STABLE stable)
 {
     this.stable = stable;
 }