change UI to UI.WinForms
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using Pilz.UI.Telerik.Dialogs;
|
||||
using Telerik.WinControls.UI.SplashScreen;
|
||||
|
||||
namespace Pilz.UI.WinForms.Telerik.Dialogs;
|
||||
|
||||
public class FlyoutCreatedEventArgs(RadFlyoutBase content) : ContentCreatedEventArgs(content)
|
||||
{
|
||||
public new RadFlyoutBase? Content => base.Content as RadFlyoutBase;
|
||||
}
|
||||
Reference in New Issue
Block a user