コード例 #1
0
ファイル: PanelRight.CS プロジェクト: kcb146/editor
    public PanelRight (Form ParentArg)
    { Parent = ParentArg ;
      This = this ;

      Dock = DockStyle.Fill ;

      TabManager.Attach (this) ;
    }
コード例 #2
0
ファイル: PanelRight.CS プロジェクト: HumMod/editor
    public PanelRight(Form ParentArg)
    {
        Parent = ParentArg;
        This   = this;

        Dock = DockStyle.Fill;

        TabManager.Attach(this);
    }