Exemplo n.º 1
0
 public void RemoveIntegrationGrid_NeedDataSource(object sender, GridNeedDataSourceEventArgs e)
 {
     Facade.IPoint facPoint = new Facade.Point();
     RemoveIntegrationGrid.DataSource = facPoint.GetIntegratedPointsForPointID(Convert.ToInt32(Request.QueryString["pointId"]));
 }