コード例 #1
0
 public PropertyControlMap(IPageViewSite pageViewSite,
                           IPropertyPageUI propertyPageUI, PropertyControlTable propertyControlTable)
 {
     this.propertyControlTable = propertyControlTable;
     this.pageViewSite         = pageViewSite;
     this.propertyPageUI       = propertyPageUI;
 }
コード例 #2
0
 public PropertyControlMap(IPageViewSite pageViewSite, 
     IPropertyPageUI propertyPageUI, PropertyControlTable propertyControlTable)
 {
     this.propertyControlTable = propertyControlTable;
     this.pageViewSite = pageViewSite;
     this.propertyPageUI = propertyPageUI;
 }