命名调整
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
#pragma warning disable 1591, 618
|
||||
namespace AntdWpf.Microsoft.Windows.Shell
|
||||
namespace AntdWpf.Microsoft.Windows.Shell
|
||||
{
|
||||
using System;
|
||||
using System.Windows;
|
||||
@@ -53,6 +52,7 @@ namespace AntdWpf.Microsoft.Windows.Shell
|
||||
public static void MinimizeWindow(Window window)
|
||||
{
|
||||
Verify.IsNotNull(window, "window");
|
||||
|
||||
_PostSystemCommand(window, SC.MINIMIZE);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user