Catrobat.IDE.Core.ViewModels.Editor.Looks.NewLookSourceSelectionViewModel.OpenPaintAction C# (CSharp) Method

OpenPaintAction() private method

private OpenPaintAction ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task
        private async Task OpenPaintAction()
        {
            ServiceLocator.DispatcherService.RunOnMainThread(() =>
                    ServiceLocator.PictureService.DrawPictureAsync());
        }