This commit is contained in:
chi
2023-01-15 23:05:53 +09:00
parent cd902327c8
commit 913ae6b261
28 changed files with 5278 additions and 2059 deletions

View File

@@ -827,5 +827,11 @@ namespace FPJ0000
var f = new JobReport_.fProjectConnect(dtSD.Text,dtED.Text);
f.ShowDialog();
}
}
private void ToolStripMenuItem_Click(object sender, EventArgs e)
{
var f = new JobReport_.rJobReportPrjSche();
f.Show();
}
}
}