移除任务选择窗口的显示模式相关逻辑,始终展示文件和目录,简化代码结构

This commit is contained in:
辉鸭蛋
2025-09-07 17:35:08 +08:00
parent 03580770e1
commit 4a1842ea6b
3 changed files with 17 additions and 59 deletions

View File

@@ -77,9 +77,6 @@ public partial class PathingTaskSelectionWindow : FluentWindow
Close();
}
/// <summary>
/// 取消按钮点击事件
/// </summary>
private void OnCancelClick(object sender, RoutedEventArgs e)
{
DialogResult = false;