private void EditExecute() { Globals.get().IsInEditMode = true; CustomDialog = new CustomDialogView(); dialogCoordinator.ShowMetroDialogAsync(this, CustomDialog); }
private void NewExecute() { _globals.IsInNewMode = true; CustomDialog = new CustomDialogView(); dialogCoordinator.ShowMetroDialogAsync(this, CustomDialog); }