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

ImageLeftExecuted() private méthode

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