Ejemplo n.º 1
0
        internal SLPane Clone()
        {
            SLPane p = new SLPane();
            p.HorizontalSplit = this.HorizontalSplit;
            p.VerticalSplit = this.VerticalSplit;
            p.TopLeftCell = this.TopLeftCell;
            p.ActivePane = this.ActivePane;
            p.State = this.State;

            return p;
        }
Ejemplo n.º 2
0
        internal SLPane Clone()
        {
            SLPane p = new SLPane();
            p.HorizontalSplit = this.HorizontalSplit;
            p.VerticalSplit = this.VerticalSplit;
            p.TopLeftCell = this.TopLeftCell;
            p.ActivePane = this.ActivePane;
            p.State = this.State;

            return p;
        }