namespace XFENewsApplication.Utilities.Helper;
public static class WindowHelper
{
public static IntPtr GetHwndForCurrentWindow()
{
var hwnd = WinRT.Interop.WindowNative.GetWindowHandle(App.MainWindow);
return hwnd;
}
}
namespace XFENewsApplication.Utilities.Helper;
public static class WindowHelper
{
public static IntPtr GetHwndForCurrentWindow()
{
var hwnd = WinRT.Interop.WindowNative.GetWindowHandle(App.MainWindow);
return hwnd;
}
}