An NDoc Documented Class Library

FlowWriter.Start Method 

[Visual Basic]
Overridable Public Sub Start( _ 
   ByVal step As Integer, _ 
   ByVal screenType As Type _ 
)
[C#]
public virtual void Start(
   int step,
   Type screenType
);
[C++]
public: virtual void Start(
   int step,
   Type* screenType
);
[JScript]
public virtual function Start(
   int step,
   Type screenType
);

See Also

FlowWriter Class | Repository.ScreenFlow Namespace