Пример #1
0
 // push next action-aware block
 public void ProceedTo(IGrain Grain)
 {
     Grain.Append(this);
 }