月更
This commit is contained in:
@@ -56,7 +56,10 @@ public class FluentWindow : System.Windows.Window
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="FluentWindow"/> class.
|
||||
/// </summary>
|
||||
public FluentWindow() { SetResourceReference(StyleProperty, typeof(FluentWindow)); }
|
||||
public FluentWindow()
|
||||
{
|
||||
SetResourceReference(StyleProperty, typeof(FluentWindow));
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Private <see cref="ExtendsContentIntoTitleBar"/> property callback.
|
||||
|
||||
Reference in New Issue
Block a user