MoS2/Framework/MECF.Framework.Common/Hardcodet/Wpf/TaskbarNotification/Interop/Point.cs

10 lines
116 B
C#
Raw Permalink Normal View History

2026-06-15 10:56:30 +08:00
namespace Hardcodet.Wpf.TaskbarNotification.Interop
{
public struct Point
{
public int X;
public int Y;
}
}