//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//------------------------------------------------------------------------------
namespace System.Web.UI.WebControls {
using System.ComponentModel;
using System.Security.Permissions;
[
ToolboxItem(false),
SupportsEventValidation,
]
///
/// Constructs a table used for pager rows for DetailsView, GridView, and FormView
///
internal sealed class PagerTable : Table {
}
}