示例#1
0
 /// <summary>
 /// Handles the Initialized event of the Bootstrapper.
 /// </summary>
 /// <param name="sender">The source of the event.</param>
 /// <param name="e">The <see cref="Sitefinity.Data.ExecutedEventArgs"/> instance containing the event data.</param>
 protected virtual void Bootstrapper_Initialized(object sender, ExecutedEventArgs e)
 {
     if (e.CommandName == "Bootstrapped")
     {
         FrontendModuleInstaller.Bootstrapper_Initialized(this.initializers.Value);
     }
 }
示例#2
0
 /// <summary>
 /// Handles the Initialized event of the Bootstrapper.
 /// </summary>
 /// <param name="sender">The source of the event.</param>
 /// <param name="e">The <see cref="Sitefinity.Data.ExecutedEventArgs"/> instance containing the event data.</param>
 protected virtual void Bootstrapper_Initialized(object sender, ExecutedEventArgs e)
 {
     if (e.CommandName == "Bootstrapped")
     {
         using (new HealthMonitoring.MethodPerformanceRegion("Feather"))
         {
             FrontendModuleInstaller.Bootstrapper_Initialized(this.initializers.Value);
         }
     }
 }