internal PaneLayoutMgr(PaneLayoutMgr rhs)
 {
     _paneLayout        = rhs._paneLayout;
     _countList         = rhs._countList;
     _isColumnSpecified = rhs._isColumnSpecified;
     _prop = rhs._prop;
 }
Exemple #2
0
		internal PaneLayoutMgr( PaneLayoutMgr rhs )
		{
			_paneLayout = rhs._paneLayout;
			_countList = rhs._countList;
			_isColumnSpecified = rhs._isColumnSpecified;
			_prop = rhs._prop;
		}