Example #1
0
 public PageToolbar()
 {
     Contributors = new PageToolbarContributorList();
 }
Example #2
0
 public PageToolbar([NotNull] string pageName)
 {
     PageName     = Check.NotNullOrEmpty(pageName, nameof(pageName));
     Contributors = new PageToolbarContributorList();
 }