/// <summary>
 /// Initializes a new instance of the <see cref="PanelPlugInPreferences"/> class.
 /// </summary>
 /// <param name="content">The currently open content.</param>
 public PanelPlugInPreferences(ContentObject content)
     : this()
 {
     Content = content;
 }
Beispiel #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ContentTypeDescriptor"/> class.
 /// </summary>
 /// <param name="owner">Owner of this type descriptor.</param>
 public ContentTypeDescriptor(ContentObject owner)
     : base(true)
 {
     Content = owner;
 }