This commit is contained in:
chi
2022-06-17 14:11:33 +09:00
parent 00d75dab52
commit f8c38ae031
7 changed files with 721 additions and 141 deletions

View File

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