DelaySaveImageNotification.cs 132 B

12345678
  1. using Prism.Events;
  2. namespace TeamAAS_VP.Events
  3. {
  4. public class DelaySaveImageNotification : PubSubEvent<bool>
  5. {
  6. }
  7. }