@@ -9,7 +9,7 @@
Background="Transparent"
WindowStyle="None"
WindowStartupLocation="CenterScreen"
- Title="𝖊𝖘𝖔𝖋𝖙" Height="680" Width="1100"
+ Height="680" Width="1100"
ResizeMode="NoResize"
MouseDown="Window_MouseDown">
<Grid>
@@ -38,7 +38,6 @@ namespace ROGOZ
private void btnMinimize_Click(object sender, RoutedEventArgs e)
{
- //Application.Current.MainWindow.WindowState = WindowState.Minimized;
Application.Current.MainWindow.WindowState = WindowState.Minimized;
}