示例#1
0
        private void deleteButton_Click(object sender, RoutedEventArgs e)
        {
            string videoId     = VIDTextBox.Text.Trim();
            int    bitRate     = Convert.ToInt32(comboBox.SelectedValue.ToString());
            string directPaths = "C:/Workspace/Polyv/";

            DownLoadVideo.deleteVideo(videoId, bitRate, directPaths);
        }