Example #1
0
 internal StandardEditor(DesktopHolder holder)
 {
     this.holder = holder;
 }
Example #2
0
 internal ContentProprertyDescriptor(DesktopHolder holder) :
     base("Content", null)
 {
     this.holder = holder;
 }