コード例 #1
0
ファイル: MainDetailLinkLabel.cs プロジェクト: mitice/foo
 public MainDetailLinkLabel(MainDetail detail, Form poiBrowser)
 {
     this.detail          = detail;
     this.poiBrowser      = poiBrowser;
     this.mainDetailPanel = new MainDetailPanel(detail, poiBrowser);
 }
コード例 #2
0
ファイル: MainDetailLinkLabel.cs プロジェクト: misiek/foo
 public MainDetailLinkLabel(MainDetail detail, Form poiBrowser)
 {
     this.detail = detail;
     this.poiBrowser = poiBrowser;
     this.mainDetailPanel = new MainDetailPanel(detail, poiBrowser);
 }