Esempio n. 1
0
    public PanelRight (Form ParentArg)
    { Parent = ParentArg ;
      This = this ;

      Dock = DockStyle.Fill ;

      TabManager.Attach (this) ;
    }
Esempio n. 2
0
    public PanelRight(Form ParentArg)
    {
        Parent = ParentArg;
        This   = this;

        Dock = DockStyle.Fill;

        TabManager.Attach(this);
    }