[Visual Basic] Overridable Public Sub Start( _ ByVal screenType As Type _ ) [C#] public virtual void Start( Type screenType ); [C++] public: virtual void Start( Type* screenType ); [JScript] public virtual function Start( Type screenType );
GraphWriter Class | Repository.ScreenFlow Namespace