命名调整
This commit is contained in:
@@ -19,9 +19,9 @@ namespace AntdWpf.Controls
|
||||
|
||||
#region Properties
|
||||
|
||||
private Window _parentWindow;
|
||||
private AntdWindow _parentWindow;
|
||||
|
||||
public Window ParentWindow
|
||||
public AntdWindow ParentWindow
|
||||
{
|
||||
get { return _parentWindow; }
|
||||
set
|
||||
@@ -60,7 +60,7 @@ namespace AntdWpf.Controls
|
||||
#endregion
|
||||
}
|
||||
|
||||
public class WindowCommandsItem : ContentControl
|
||||
public class WindowCommandsItem : AntdContentControl
|
||||
{
|
||||
static WindowCommandsItem()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user