rename to FlyoutBase and DialogBase
This commit is contained in:
@@ -10,9 +10,9 @@ namespace Pilz.UI.Telerik.Dialogs
|
||||
{
|
||||
public class FlyoutCreatedEventArgs : ContentCreatedEventArgs
|
||||
{
|
||||
public new FlyoutDialogBase? Content => base.Content as FlyoutDialogBase;
|
||||
public new FlyoutBase? Content => base.Content as FlyoutBase;
|
||||
|
||||
public FlyoutCreatedEventArgs(FlyoutDialogBase content) : base(content)
|
||||
public FlyoutCreatedEventArgs(FlyoutBase content) : base(content)
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user