mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
5 lines
145 B
C#
5 lines
145 B
C#
namespace Orchard.Layouts {
|
|
public static class Signals {
|
|
public static readonly object ElementDescriptors = new object();
|
|
}
|
|
} |