ChatterBox.Client.Presentation.Shared.ViewModels.WelcomeViewModel.CanCompleteCommandExecute C# (CSharp) Method

CanCompleteCommandExecute() private method

private CanCompleteCommandExecute ( ) : bool
return bool
        private bool CanCompleteCommandExecute()
        {
            return ValidateStrings(Name, Domain);
        }