OtherParamEvent.cs 147 B

123456789
  1. using Prism.Events;
  2. namespace LogoForceTestApp.Modules.MainModule.Models
  3. {
  4. internal class OtherParamEvent:PubSubEvent<bool>
  5. {
  6. }
  7. }