5 lines
126 B
C#
5 lines
126 B
C#
namespace Toolkit.Windows;
|
|
|
|
public record NotifyIconInvokedEventArgs(PointerButton Button,
|
|
PointerLocation Location);
|