命名调整
This commit is contained in:
@@ -318,11 +318,11 @@ namespace WPFDark.Controls
|
||||
// ToolTipService.BetweenShowDelayProperty.OverrideMetadata(
|
||||
// typeof(FrameworkElement), new FrameworkPropertyMetadata(Boxes.Int0));
|
||||
}
|
||||
public BiaWindow()
|
||||
{
|
||||
//将指定的属性与资源字典中的资源关联起来
|
||||
SetResourceReference(StyleProperty, typeof(BiaWindow));
|
||||
}
|
||||
//public BiaWindow()
|
||||
//{
|
||||
// //将指定的属性与资源字典中的资源关联起来
|
||||
// SetResourceReference(StyleProperty, typeof(BiaWindow));
|
||||
//}
|
||||
internal void InvokeCloseButtonClicked()
|
||||
{
|
||||
CloseButtonClicked?.Invoke(this, EventArgs.Empty);
|
||||
|
||||
Reference in New Issue
Block a user