命名调整
This commit is contained in:
@@ -1,17 +1,16 @@
|
||||
namespace AntdWpf.Controls
|
||||
using System.Windows;
|
||||
using System.Windows.Controls;
|
||||
using System.Windows.Controls.Primitives;
|
||||
using System.Windows.Markup;
|
||||
using System.Windows.Media;
|
||||
namespace AntdWpf.Controls
|
||||
{
|
||||
using System.Windows;
|
||||
using System.Windows.Controls.Primitives;
|
||||
using System.Windows.Markup;
|
||||
using System.Windows.Media;
|
||||
using ControlBase = System.Windows.Controls.Control;
|
||||
|
||||
/// <summary>
|
||||
/// Alert component for feedback.
|
||||
/// </summary>
|
||||
[ContentProperty("Message")]
|
||||
[TemplatePart(Name = PART_Close, Type = typeof(ButtonBase))]
|
||||
public class Alert : ControlBase
|
||||
public class Alert : Control
|
||||
{
|
||||
#region Fields
|
||||
|
||||
|
||||
Reference in New Issue
Block a user