📅  最后修改于: 2022-03-11 14:48:52.692000             🧑  作者: Mango
Application.Current.Dispatcher.BeginInvoke(
DispatcherPriority.Background,
new Action(() =>
button_proximo.RaiseEvent(new RoutedEventArgs(System.Windows.Controls.Primitives.ButtonBase.ClickEvent));
);