C# Class Spring.Web.Support.ControlSupportingWebDI

Inheritance: System.Web.UI.Control, ISupportsWebDependencyInjection
Mostrar archivo Open project: spring-projects/spring-net Class Usage Examples

Protected Methods

Method Description
AddedControl ( Control control, int index ) : void

Method Details

AddedControl() protected method

protected AddedControl ( Control control, int index ) : void
control System.Web.UI.Control
index int
return void