10 lines
214 B
C#
10 lines
214 B
C#
namespace Umbraco.Cms.Core.Events
|
|
{
|
|
/// <summary>
|
|
/// Used to notify that an Unattended install has completed
|
|
/// </summary>
|
|
public class UnattendedInstallNotification : INotification
|
|
{
|
|
}
|
|
}
|