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

        Dock = DockStyle.Fill;

        TabManager.Attach(this);
    }