Ejemplo n.º 1
0
 ///<summary>
 /// Returns the row for the specified <see cref="IBusinessObject"/>.
 ///</summary>
 ///<param name="businessObject">The <see cref="IBusinessObject"/> to search for.</param>
 ///<returns>Returns the row for the specified <see cref="IBusinessObject"/>,
 /// or null if the <see cref="IBusinessObject"/> is not found in the grid.</returns>
 public IDataGridViewRow GetBusinessObjectRow(IBusinessObject businessObject)
 {
     return(GridBaseManager.GetBusinessObjectRow(businessObject));
 }