Files
DP44/Common/DTS.CommonCore/.svn/pristine/50/50aebd0c267753e36ed2d7bcf23a6d632560934c.svn-base
2026-04-17 14:55:32 -04:00

11 lines
268 B
Plaintext

using Microsoft.Practices.Prism.Events;
namespace DTS.Common.Events
{
public class NavigateFromTSRAIRGoToDataPROEvent : CompositePresentationEvent<NavigateFromTSRAIRGoToDataPROArg> { }
public class NavigateFromTSRAIRGoToDataPROArg
{
}
}