Exemplo n.º 1
0
        public void Download(object ff)
        {
            YouTubeClawer Clawer = (YouTubeClawer)(ff);

            try
            {
                Clawer.start();
            }
            catch
            {
                MessageBox.Show("失败...尝试检查vpn或链接");
            }
        }