code optimization
This commit is contained in:
@@ -1,19 +1,12 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using System.Windows.Forms;
|
||||
using Telerik.WinControls.UI.SplashScreen;
|
||||
using Telerik.WinControls.UI.SplashScreen;
|
||||
|
||||
namespace Pilz.UI.Telerik.Dialogs
|
||||
namespace Pilz.UI.Telerik.Dialogs;
|
||||
|
||||
public class FlyoutCreatedEventArgs : ContentCreatedEventArgs
|
||||
{
|
||||
public class FlyoutCreatedEventArgs : ContentCreatedEventArgs
|
||||
{
|
||||
public new FlyoutBase? Content => base.Content as FlyoutBase;
|
||||
public new FlyoutBase? Content => base.Content as FlyoutBase;
|
||||
|
||||
public FlyoutCreatedEventArgs(FlyoutBase content) : base(content)
|
||||
{
|
||||
}
|
||||
public FlyoutCreatedEventArgs(FlyoutBase content) : base(content)
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user