Exemplo n.º 1
0
 internal StandardEditor(DesktopByteHolder holder)
 {
     this.holder = holder;
 }
Exemplo n.º 2
0
 internal ContentProprertyDescriptor(DesktopByteHolder holder) :
     base("Content", null)
 {
     this.holder = holder;
 }