Exemplo n.º 1
0
 public virtual void Start(int step, Type screenType)
 {
     writer.Start(StepName(step, screenType));
 }
Exemplo n.º 2
0
 public virtual void Start(Type screenType)
 {
     writer.Start(screenType.Name);
 }