..
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user