Exemplo n.º 1
0
 public virtual void Stop()
 {
     TakeSnapShot();
     Log("End of flow " + currentScreenType);
     graph.Stop(currentScreenType);
     flow.Stop(step, currentScreenType);
 }