摘要: 用法 private string _videoPath; //打开按钮 private void ButtonOpen_Click(object sender, RoutedEventArgs e) { OpenFileDialog dialog = new OpenFileDialog(); d 阅读全文
posted @ 2020-07-15 16:42 王钰 阅读(839) 评论(0) 推荐(0) 编辑
摘要: Wpf关闭程序杀死所有线程: Process.GetCurrentProcess().Kill(); using System.Diagnostics; private void Window_Closing(object sender, System.ComponentModel.CancelEv 阅读全文
posted @ 2020-07-15 15:43 王钰 阅读(1203) 评论(0) 推荐(0) 编辑