private static ConnectionPointCellQuery get_query()
 {
     _mCellQuery =  _mCellQuery ?? new ConnectionPointCellQuery();
     return _mCellQuery;
 }
示例#2
0
 private static ConnectionPointCellQuery get_query()
 {
     _mCellQuery = _mCellQuery ?? new ConnectionPointCellQuery();
     return(_mCellQuery);
 }