Exemplo n.º 1
0
 public PropertyControlMap(IPageViewSite pageViewSite,
                           IPropertyPageUI propertyPageUI, PropertyControlTable propertyControlTable)
 {
     this.propertyControlTable = propertyControlTable;
     this.pageViewSite         = pageViewSite;
     this.propertyPageUI       = propertyPageUI;
 }
Exemplo n.º 2
0
 public PropertyControlMap(IPageViewSite pageViewSite, 
     IPropertyPageUI propertyPageUI, PropertyControlTable propertyControlTable)
 {
     this.propertyControlTable = propertyControlTable;
     this.pageViewSite = pageViewSite;
     this.propertyPageUI = propertyPageUI;
 }