AuraPhotoViewer.Modules.Views.ContentAndNavigation.ViewModel.ContentAndNavigationViewModel.ImageRightExecuted C# (CSharp) 메소드

ImageRightExecuted() 개인적인 메소드

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