9 lines
242 B
Plaintext
9 lines
242 B
Plaintext
|
|
using System.Windows;
|
||
|
|
using Microsoft.Practices.Prism.Events;
|
||
|
|
// ReSharper disable CheckNamespace
|
||
|
|
|
||
|
|
namespace DTS.Common.Events
|
||
|
|
{
|
||
|
|
public class ViewerSettingsVisibilityChangedEvent : CompositePresentationEvent<Visibility> { }
|
||
|
|
}
|