Пример #1
0
 /// <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;
 }
Пример #2
0
 ///<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();
 }
Пример #3
0
 ///<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();
 }