This commit is contained in:
chi
2022-02-02 00:37:16 +09:00
parent 473fe9e4b2
commit 552c3f9389
12 changed files with 3428 additions and 16 deletions

View File

@@ -1076,5 +1076,11 @@ namespace Project
var f = new Dev.fDisableItem();
f.ShowDialog();
}
private void ToolStripMenuItem_Click(object sender, EventArgs e)
{
var f = new FBS0000.rHolidaySummary();
f.Show();
}
}
}