JryVideo.Viewer.VideoViewer.VideoViewerViewModel.Flush C# (CSharp) Method

Flush() public method

public Flush ( ) : void
return void
        public async void Flush()
        {
            if (await this.WatchSaveAsync())
            {
                this.InfoView.RefreshProperties();
            }

            this.Background.SaveOpacity();
        }