AuraPhotoViewer.Modules.Views.ContentAndNavigation.ViewModel.ContentAndNavigationViewModel.ImageRightExecuted C# (CSharp) Méthode

ImageRightExecuted() private méthode

private ImageRightExecuted ( ) : void
Résultat void
        private async void ImageRightExecuted()
        {
            await SaveImage();
            ThumbnailCollection.View.MoveCurrentToNext();
        }