private static ConnectionPointCellQuery get_query()
 {
     _mCellQuery =  _mCellQuery ?? new ConnectionPointCellQuery();
     return _mCellQuery;
 }
Ejemplo n.º 2
0
 private static ConnectionPointCellQuery get_query()
 {
     _mCellQuery = _mCellQuery ?? new ConnectionPointCellQuery();
     return(_mCellQuery);
 }