init
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using Microsoft.Practices.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 : CompositePresentationEvent<bool> { }
|
||||
}
|
||||
Reference in New Issue
Block a user