스케쥴 화면에 프로젝트 정보 추가 - 박성민s

This commit is contained in:
chi
2021-05-12 15:25:58 +09:00
parent 0c88107b77
commit 2f7a760b28
3 changed files with 443 additions and 92 deletions

View File

@@ -60,6 +60,10 @@ namespace FPJ0000
private void fProjectSchedule_Load(object sender, EventArgs e)
{
//프로젝트 정보 채우기
this.taProjectInfo.FillByIDX(this.dsPRJ.Projects, this.projectindex);
RefreshData();
RefreshGraph();
this.dsPRJ.EETGW_ProjectsSchedule.RowChanged += EETGW_ProjectsSchedule_RowChanged;