Example #1
0
        private void SearchBox_VideoSelected(string title, object id, string type)
        {
            DownloadOption downloadOption = ShowDownloadOption();

            switch (type)
            {
            case "aid":
                downloadOption.ShowParts(title, (uint)(long)id, false);
                break;

            case "bvid":
                downloadOption.ShowPartsBv(title, (string)id);
                break;
            }
        }