public MainDetailLinkLabel(MainDetail detail, Form poiBrowser) { this.detail = detail; this.poiBrowser = poiBrowser; this.mainDetailPanel = new MainDetailPanel(detail, poiBrowser); }