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