edit
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user