Generate Placekeeper logic
This commit is contained in:
@@ -14,6 +14,11 @@ namespace Volian.Print.Library
|
||||
public partial class VlnSvgPageHelper:SvgPageHelper
|
||||
{
|
||||
private static readonly log4net.ILog _MyLog = log4net.LogManager.GetLogger(System.Reflection.MethodBase.GetCurrentMethod().DeclaringType);
|
||||
private pkParagraphs _MyPlacekeepers = new pkParagraphs();
|
||||
public pkParagraphs MyPlacekeepers
|
||||
{
|
||||
get { return _MyPlacekeepers; }
|
||||
}
|
||||
private PageBookmarks _PageBookmarks = new PageBookmarks();
|
||||
public PageBookmarks PageBookmarks
|
||||
{
|
||||
|
Reference in New Issue
Block a user