tbf/GemCard/CardRemovedEventArgs.cs

10 lines
144 B
C#
Raw Permalink Normal View History

using System;
namespace GemCard
{
public class CardRemovedEventArgs : EventArgs
{
public CardRemovedEventArgs() { }
}
}