This commit is contained in:
chi
2023-12-13 09:33:18 +09:00
parent 8e384da8ff
commit 4334725900
8 changed files with 354 additions and 293 deletions

View File

@@ -108,6 +108,7 @@ namespace FPJ0000
private void __Load(object sender, EventArgs e)
{
//프로젝트정보를 찾는다.
toolStripButton2.Text = "선택삭제(&D)";
var dtPrj = taProject.GetbyIDX(this.ProjectIndex);
var drPrj = dtPrj.Rows[0] as dsPRJ.ProjectsRow;
this.tbProjectIndex.Text = drPrj.idx.ToString();