Skip to content

Commit

Permalink
# added a comment to the code of the ActivationManager class
Browse files Browse the repository at this point in the history
  • Loading branch information
Mariano Gabriel Converti committed Nov 13, 2011
1 parent 60cd02b commit 4a221dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions SilverlightActivator_WP/ActivationManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ private static void RunActivationMethods<T>() where T : BaseActivationMethodAttr
{
var deploymentParts = Deployment.Current.Parts.Cast<AssemblyPart>();

// Load all deployment assembly parts based on the LoadAssemblyParts flag
// in case they include activation attributes.
if (loadAssemblyParts && !assemblyPartsLoaded)
{
Load(deploymentParts);
Expand Down

0 comments on commit 4a221dd

Please sign in to comment.