8 lines
208 B
Plaintext
8 lines
208 B
Plaintext
using DTS.Common.Interface.RegionOfInterest;
|
|
using Prism.Events;
|
|
|
|
namespace DTS.Common.Events.RegionOfInterest
|
|
{
|
|
public class RegionOfInterestChangedEvent : PubSubEvent<IRegionOfInterest> { }
|
|
}
|