AuraPhotoViewer.Modules.Views.ContentAndNavigation.ViewModel.ContentAndNavigationViewModel.ImageRightExecuted C# (CSharp) Method

ImageRightExecuted() private method

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