This commit is contained in:
chi
2022-02-03 01:57:56 +09:00
parent e5df085788
commit 9a40cbe37f
30 changed files with 3891 additions and 436 deletions

View File

@@ -1089,5 +1089,11 @@ namespace Project
var f = new FBS0000.fHolyDayData(DateTime.Now.ToShortDateString(), uid);
f.Show();
}
private void ToolStripMenuItem_Click(object sender, EventArgs e)
{
var f = new FBS0000.Holiday.fErrorChk();
f.Show();
}
}
}