7 lines
129 B
C#
7 lines
129 B
C#
|
|
using HandyControl.Data;
|
|||
|
|
|
|||
|
|
namespace YY.Admin.Core.EventBus
|
|||
|
|
{
|
|||
|
|
public class ThemeChangedEvent : PubSubEvent<SkinType> { }
|
|||
|
|
}
|