Ejemplo n.º 1
0
        private void EstimateReqDialog_Load(object sender, EventArgs e)
        {
            string team = _repoAuth.GetTeamByUserID(epiSession.UserID);

            estimateList = _repo.GetEstimateAll(team).ToList();
            SetGrid(estimateList.ToList());
            cboFilter.SelectedIndex = 0;
        }