コード例 #1
0
 private void MainForm_Activated(object sender, EventArgs e)
 {
     classTableWorker.ShowTable();
     classTableService.ShowTable();
     classTableCustomer.ShowTable();
     groupTable.ShowTable();
     timetable.ShowTable();
     visitTable.ShowTable();
     recordGroup.ShowTable();
 }