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