|
@@ -39,7 +39,7 @@ namespace ROGOZ
|
|
|
|
|
|
private void btnMinimize_Click(object sender, RoutedEventArgs e)
|
|
|
{
|
|
|
- Application.Current.MainWindow.WindowState = WindowState.Minimized;
|
|
|
+ WindowState = WindowState.Minimized;
|
|
|
}
|
|
|
|
|
|
private void AccExit_Click(object sender, RoutedEventArgs e)
|