Files
DP44/Common/DTS.Common/.svn/pristine/d1/d1236be4706cb52079a1b07c3cf0057c4d4cd0b8.svn-base

13 lines
341 B
Plaintext
Raw Normal View History

2026-04-17 14:55:32 -04:00
using Prism.Events;
namespace DTS.Common.Events
{
/// <summary>
/// sets the property UseZeroForUnfiltered
/// this controls whether 0 or P is used in isocode filter field
/// when modifying an isocode from a filter
/// </summary>
public class SetUseZeroForUnfilteredEvent : PubSubEvent<bool> { }
}