This commit is contained in:
Курнат Андрей
2026-03-22 21:44:29 +03:00
parent a47a7a5a3b
commit 7bbca6ba55
750 changed files with 13718 additions and 43 deletions

View File

@@ -86,6 +86,20 @@ namespace XLAB2
window.ShowDialog();
}
private void EkzDirectoryMenuItem_Click(object sender, RoutedEventArgs e)
{
var window = new EkzDirectoryWindow();
window.Owner = this;
window.ShowDialog();
}
private void VerificationReportsMenuItem_Click(object sender, RoutedEventArgs e)
{
var window = new VerificationReportsWindow();
window.Owner = this;
window.ShowDialog();
}
private void SpoiDirectoryMenuItem_Click(object sender, RoutedEventArgs e)
{
var window = new SpoiDirectoryWindow();