PageQueue
(static) ArrayList List( get; )
(static) void Cancel( Mobile sender )
(static) bool CheckAllowedToPage( Mobile from )
(static) bool Contains( Mobile sender )
(static) void Enqueue( PageEntry entry )
(static) PageEntry GetEntry( Mobile sender )
(static) string GetPageTypeName( PageType type )
(static) int IndexOf( PageEntry e )
(static) void Initialize()
(static) bool IsHandling( Mobile check )
(static) void OnHandlerChanged( Mobile old, Mobile value, PageEntry entry )
(static) void Pages_OnCommand( CommandEventArgs e )
(static) void Remove( Mobile sender )
(static) void Remove( PageEntry e )
(static) void SendEmail( PageEntry entry )
(ctor) PageQueue()