Exemplo n.º 1
0
        private async void OnAddFolder(object obj)
        {
            string folderPath = MultimediaViewModel.GetFolderPath("");

            if (!string.IsNullOrEmpty(folderPath))
            {
                await this.dataLibrary.AddContentFromFolder(folderPath, this.contentType);
            }
        }