Monday, May 29, 2017

WPF Gui Thread Label aktualisieren



            Application.Current.Dispatcher.BeginInvoke(new Action(() =>
                                                                  { lbConStr.Content = DbHelper.GetConnectionString(); }
                ));

No comments: