This commit is contained in:
chi
2021-12-06 09:38:55 +09:00
parent bd3d521620
commit f8c03784e6
22 changed files with 3418 additions and 400 deletions

View File

@@ -764,5 +764,11 @@ namespace FPJ0000
{
}
private void toolStripButton2_Click_1(object sender, EventArgs e)
{
var f = new fProjectSummary();
f.Show();
}
}
}