Weighing: Use App.MainDispatcher.BeginInvoke in DeliveryAdminWindow
This commit is contained in:
@ -31,7 +31,7 @@ namespace Elwig.Helpers.Weighing {
|
||||
}
|
||||
|
||||
protected virtual void RaiseWeighingEvent(WeighingEventArgs evt) {
|
||||
App.MainDispatcher.BeginInvoke(() => WeighingEvent?.Invoke(this, evt));
|
||||
WeighingEvent?.Invoke(this, evt);
|
||||
}
|
||||
|
||||
public new void Dispose() {
|
||||
|
Reference in New Issue
Block a user