private static ShapeLayoutCellQuery get_query()
 {
     _mCellQuery = _mCellQuery ?? new ShapeLayoutCellQuery();
     return _mCellQuery;
 }
Esempio n. 2
0
 private static ShapeLayoutCellQuery get_query()
 {
     _mCellQuery = _mCellQuery ?? new ShapeLayoutCellQuery();
     return(_mCellQuery);
 }