Exemplo n.º 1
0
 //============================================================
 public void Unregister(FDxStage stage)
 {
     _stages.Remove(stage);
 }
Exemplo n.º 2
0
 //============================================================
 public void Register(FDxStage stage)
 {
     _stages.Push(stage);
 }