Catrobat.IDE.Core.ViewModels.ViewModelBase.ViewModelBase C# (CSharp) Method

ViewModelBase() protected method

protected ViewModelBase ( ) : Catrobat.IDE.Core.Navigation
return Catrobat.IDE.Core.Navigation
        protected ViewModelBase()
        {
            GoBackCommand = new RelayCommand(GoBackAction);
        }