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