10 lines
116 B
C#
10 lines
116 B
C#
namespace Hardcodet.Wpf.TaskbarNotification.Interop
|
|
{
|
|
public struct Point
|
|
{
|
|
public int X;
|
|
|
|
public int Y;
|
|
}
|
|
}
|