Newer
Older
Qwilight / Qwilight / MSG / GetWindowHandle.cs
@Taehui Taehui on 15 Nov 187 bytes 2023-11-16 오전 12:55
using CommunityToolkit.Mvvm.Messaging.Messages;
using Windows.Win32.Foundation;

namespace Qwilight.MSG
{
    internal sealed class GetWindowHandle : RequestMessage<HWND>
    {
    }
}