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

namespace Qwilight.MSG
{
    public sealed class GetWindowArea : RequestMessage<RectInt32>
    {
    }
}