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