/// <summary> /// Initializes a new instance of the <see cref="T:DiagramInformationEventArgs"/> class. /// </summary> /// <param name="info">The info.</param> public DiagramInformationEventArgs(DocumentInformation info) { this.mInformation = info; }
///<summary> ///Default constructor. Creates a new document and, hence, a new model with one default page and one default layer. ///</summary> public Document() { mModel = new Model(); mInformation = new DocumentInformation(); }