9 lines
175 B
C#
9 lines
175 B
C#
using Prism.Events;
|
|
|
|
namespace MaterialModernWPF.Service
|
|
{
|
|
public class CalculationPackageSelectionChangedEvent : PubSubEvent<(CalculationPackage, bool)>
|
|
{
|
|
|
|
}
|
|
} |