전자실 report 초안 완료

This commit is contained in:
chi
2021-01-29 21:52:17 +09:00
parent 31d58df5fc
commit 0da91d90a9
16 changed files with 879 additions and 482 deletions

View File

@@ -515,5 +515,11 @@ namespace FPJ0000
{
funcEdit();
}
private void toolStripButton2_Click_1(object sender, EventArgs e)
{
var f = new EBoard.fEBoardReport();
f.Show();
}
}
}