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

NewLookSourceSelectionViewModel() public method

public NewLookSourceSelectionViewModel ( ) : Catrobat.IDE.Core.Services
return Catrobat.IDE.Core.Services
        public NewLookSourceSelectionViewModel()
        {
            OpenGalleryCommand = new AsyncRelayCommand(OpenGalleryAction, () => { /* no action  */ });
            OpenCameraCommand = new AsyncRelayCommand(OpenCameraAction, () => { /* no action  */ });
            OpenPaintCommand = new AsyncRelayCommand(OpenPaintAction, () => { /* no action  */ });
        }