Пример #1
0
        private void SetupTableDeliveryPoint()
        {
            // Load the delivery points depending on the m_JobId
            Facade.IPoint facPoints = new Facade.Point();
            DataSet       dsD       = facPoints.GetDeliveryPointsForJobId(m_jobId);

            dgDeliveryPoint.DataSource = dsD;
            dgDeliveryPoint.DataBind();
        }