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