메일 전송 폼 추가완료
This commit is contained in:
@@ -448,6 +448,10 @@ namespace FPJ0000
|
||||
}
|
||||
|
||||
private void btEdit_Click(object sender, EventArgs e)
|
||||
{
|
||||
DataEdit();
|
||||
}
|
||||
void DataEdit()
|
||||
{
|
||||
var drv = this.bs.Current as DataRowView;
|
||||
if (drv == null) return;
|
||||
@@ -455,5 +459,10 @@ namespace FPJ0000
|
||||
var f = new fProjectData(dr);
|
||||
f.ShowDialog();
|
||||
}
|
||||
|
||||
private void 편집ToolStripMenuItem_Click(object sender, EventArgs e)
|
||||
{
|
||||
DataEdit();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user