Beispiel #1
0
        override public bool HandleCreateNew()
        {
            try
            {
                _presenter.ClearAll();
                _isCreating            = true;
                _model.IsEditingStatus = true;

                return(true);
            }
            catch (Exception exc)
            {
                AppLogger.logError(this.ToString(), exc);
                return(false);
            }
        }