删除了一些测试方法

新增了刀序重排确认窗口
优化了应用刀序到钻带后的一些操作
This commit is contained in:
2025-12-13 12:30:36 +08:00
parent b866365968
commit 3cdf68651f
8 changed files with 595 additions and 854 deletions

View File

@@ -172,6 +172,7 @@ namespace DrillTools
if (sourceIndex != -1 && targetIndex != -1 && sourceIndex != targetIndex)
{
// 执行重排
viewModel?.ReorderTools(sourceIndex, targetIndex);
Debug.WriteLine($"[DragDrop] 重新排序完成: {sourceIndex} -> {targetIndex}");
}