Advertisement
Guest User

Untitled

a guest
May 30th, 2016
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. class ExampleIncludeConvention : IIncludeConvention
  2. {
  3. public void Apply(Fellow.Epi.Localization.Manager.Convention.IConventionManager conventionManager)
  4. {
  5. conventionManager.IncludeArea("header");
  6. conventionManager.IncludeArea("commerce");
  7. conventionManager.IncludeArea("form");
  8. }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement