init
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using Prism.Events;
|
||||
|
||||
namespace DTS.Common.Events.Hardware.HardwareList
|
||||
{
|
||||
|
||||
/// <summary>
|
||||
/// The HardwareListShowCompact event.
|
||||
/// </summary>
|
||||
///
|
||||
/// <remarks>This event is used to indicate show compact/expanded was changed.</remarks>
|
||||
///
|
||||
public class HardwareListShowCompactEvent : PubSubEvent<bool> { }
|
||||
}
|
||||
Reference in New Issue
Block a user