private static ShapeLayoutCellQuery get_query()
 {
     _mCellQuery = _mCellQuery ?? new ShapeLayoutCellQuery();
     return _mCellQuery;
 }
Example #2
0
 private static ShapeLayoutCellQuery get_query()
 {
     _mCellQuery = _mCellQuery ?? new ShapeLayoutCellQuery();
     return(_mCellQuery);
 }