14 lines
456 B
C#
Raw Normal View History

//------------------------------------------------------------------------------
// <copyright file="IInternalWebEventProvider.cs" company="Microsoft">
// Copyright (c) Microsoft Corporation. All rights reserved.
// </copyright>
//------------------------------------------------------------------------------
namespace System.Web.Management {
// Used internally to mark our providers
internal interface IInternalWebEventProvider {
}
}