工作菜单自动打开

This commit is contained in:
ZouJin 2024-03-29 21:03:21 +08:00
parent ab1aa2d627
commit d3a125ac1d

View File

@ -178,6 +178,7 @@ public partial class winWorkMenu : WindowX
//}
//else if (detailTypes.SelectedIndex == lastIndex)
//{
detailTypes.IsDropDownOpen = true;
detailTypes_SelectionChanged(null, null);
//}
}, DispatcherPriority.Loaded);