6 lines
155 B
C#
6 lines
155 B
C#
|
void Application_Start(object sender, EventArgs e)
|
||
|
{
|
||
|
HttpCapabilitiesBase.BrowserCapabilitiesProvider =
|
||
|
new ClassLibrary2.CustomProvider();
|
||
|
// ...
|
||
|
}
|