업무일지 복사시 해당 내용도 들어가게 함

This commit is contained in:
chikyun.kim
2019-09-26 08:29:36 +09:00
parent 45611d308a
commit 3acf9659e7
7 changed files with 98 additions and 93 deletions

View File

@@ -266,7 +266,7 @@ namespace FPJ0000
var dr = drv.Row as dsPRJ.ProjectsRow;
var f = new fPartList(dr.idx);
//f.TopMost = true;
f.ShowDialog();
f.Show();
}
@@ -363,7 +363,7 @@ namespace FPJ0000
if (drv == null) return;
var dr = drv.Row as dsPRJ.ProjectsRow;
var f = new fProjectIOMap(dr.idx);
f.ShowDialog();
f.Show();
}
private void tbFind_KeyDown(object sender, KeyEventArgs e)