5 lines
108 B
C#
5 lines
108 B
C#
namespace TheXamlGuy.TaskbarGroup.Core
|
|
{
|
|
public record TaskbarButtonRemoved(TaskbarButton Button);
|
|
}
|