Exemplo n.º 1
0
        private async Task GetSnippetFilenamesAsync()
        {
            if (string.IsNullOrEmpty(CurrentSnippetFolder))
            {
                return;
            }

            SnippetFiles = await _snippetRepository.GetAllSnippetsAsync(CurrentSnippetFolder, null);
        }