Codemaid
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
using Microsoft.UI.Windowing;
|
||||
using Microsoft.UI.Xaml;
|
||||
using System;
|
||||
using Windows.UI.Popups;
|
||||
using WinRT.Interop;
|
||||
|
||||
namespace Hyperbar.Windows.Win32;
|
||||
@@ -34,4 +33,4 @@ public static class WindowExtensions
|
||||
WindowPlacement placement,
|
||||
double? width = null,
|
||||
double? height = null) => window.GetHandle().SnapWindow(placement, width, height);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user