11 lines
268 B
Plaintext
11 lines
268 B
Plaintext
|
|
using Microsoft.Practices.Prism.Events;
|
||
|
|
|
||
|
|
namespace DTS.Common.Events
|
||
|
|
{
|
||
|
|
public class NavigateFromTSRAIRGoToDataPROEvent : CompositePresentationEvent<NavigateFromTSRAIRGoToDataPROArg> { }
|
||
|
|
|
||
|
|
public class NavigateFromTSRAIRGoToDataPROArg
|
||
|
|
{
|
||
|
|
}
|
||
|
|
}
|