Skip to content

Commit

Permalink
Make ILookupDialog.Execute async
Browse files Browse the repository at this point in the history
  • Loading branch information
ewu-nma committed Aug 22, 2023
1 parent 86b0401 commit df6834f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public interface IDisplayPanel : IInteractivePanel

public interface ILookupDialog<T, U>
{
T Execute(U data);
Task<T> Execute(U data);
}

public interface IQuickEditDialog<T>
Expand Down

0 comments on commit df6834f

Please sign in to comment.