add Pilz.UI.Telerik & Pilz.UI.Telerik.SymbolFactory
This commit is contained in:
19
Pilz.UI.Telerik/Dialogs/FlyoutCreatedEventArgs.cs
Normal file
19
Pilz.UI.Telerik/Dialogs/FlyoutCreatedEventArgs.cs
Normal file
@@ -0,0 +1,19 @@
|
||||
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;
|
||||
|
||||
namespace Pilz.UI.Telerik.Dialogs
|
||||
{
|
||||
public class FlyoutCreatedEventArgs : ContentCreatedEventArgs
|
||||
{
|
||||
public new FlyoutDialogBase? Content => base.Content as FlyoutDialogBase;
|
||||
|
||||
public FlyoutCreatedEventArgs(FlyoutDialogBase content) : base(content)
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user