You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, the PrintHelper class works like a charm in a single window app, but in a multiple windows app, it doesn't work properly because it uses the DispatcherHelper.ExecuteOnUIThreadAsync which calls the main thread and the printing happens in a different thread.
Hi, the PrintHelper class works like a charm in a single window app, but in a multiple windows app, it doesn't work properly because it uses the DispatcherHelper.ExecuteOnUIThreadAsync which calls the main thread and the printing happens in a different thread.