O Thread de Chamada no Pode Aceder A ESTE Objecto PORQU
Application.Current.Dispatcher.BeginInvoke(
DispatcherPriority.Background,
new Action(() =>
button_proximo.RaiseEvent(new RoutedEventArgs(System.Windows.Controls.Primitives.ButtonBase.ClickEvent));
);
ricky-codes