Catel.MVVM.Views.ViewStack.ViewStack C# (CSharp) Method

ViewStack() public method

Initializes a new instance of the ViewStack class.
public ViewStack ( IView view, bool isViewLoaded ) : System
view IView The view.
isViewLoaded bool if set to true, the view is loaded.
return System
        public ViewStack(IView view, bool isViewLoaded)
            : this(view, isViewLoaded, null) { }

Same methods

ViewStack::ViewStack ( IView view, bool isViewLoaded, ViewStack parentViewStack ) : System