C# Class Engage.Dnn.Booking.LicenseError

Displayed when the module does not pass the license check.
Inheritance: ModuleBase
Exibir arquivo Open project: EngageSoftware/Engage-Booking

Protected Methods

Method Description
OnInit ( EventArgs e ) : void

Raises the E:Init event.

Method Details

OnInit() protected method

Raises the E:Init event.
protected OnInit ( EventArgs e ) : void
e System.EventArgs The instance containing the event data.
return void