prefix Telerik-based type names with "Rad"
This commit is contained in:
@@ -4,9 +4,9 @@ namespace Pilz.UI.Telerik.Dialogs;
|
||||
|
||||
public class FlyoutCreatedEventArgs : ContentCreatedEventArgs
|
||||
{
|
||||
public new FlyoutBase? Content => base.Content as FlyoutBase;
|
||||
public new RadFlyoutBase? Content => base.Content as RadFlyoutBase;
|
||||
|
||||
public FlyoutCreatedEventArgs(FlyoutBase content) : base(content)
|
||||
public FlyoutCreatedEventArgs(RadFlyoutBase content) : base(content)
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user