This commit is contained in:
chi
2022-02-01 00:28:56 +09:00
parent 66f1ff0cbb
commit 4a43b30973
88 changed files with 1503 additions and 22144 deletions

View File

@@ -11,7 +11,7 @@ namespace FPJ0000.JobReport_
{
public partial class rJobReportDay : Form
{
Boolean binit = false;
// Boolean binit = false;
public rJobReportDay()
{
InitializeComponent();
@@ -34,7 +34,7 @@ namespace FPJ0000.JobReport_
this.tbMon.Text = DateTime.Now.ToString("yyyy-MM");
refrehData();
binit = true;
// binit = true;
}
private void linkLabel1_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)