add ILoadContentAsync
This commit is contained in:
@@ -54,6 +54,8 @@ partial class RadFlyoutBase
|
||||
|
||||
if (dialogBase is ILoadContent iLoadContent)
|
||||
iLoadContent.LoadContent();
|
||||
else if (dialogBase is ILoadContentAsync iLoadContentAsync)
|
||||
Task.Run(iLoadContentAsync.LoadContentAsync).Wait();
|
||||
|
||||
foreach (var args in flyoutCreatedHandlers.ToArray())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user