job chart 추가

This commit is contained in:
chikyun.kim
2019-05-27 09:43:19 +09:00
parent f77c192a72
commit 1feebe515a
12 changed files with 1685 additions and 17 deletions

View File

@@ -478,5 +478,10 @@ namespace FPJ0000
f.Show();
}
private void toolStripButton1_Click(object sender, EventArgs e)
{
var f = new JobReport.fJobChartMenu();
f.ShowDialog();
}
}
}