Browse Source

ЕСТЬ СЕР!

Terzor 2 years ago
parent
commit
d644b58a67
2 changed files with 6 additions and 1 deletions
  1. 1 1
      MyTests/MainWindow.xaml
  2. 5 0
      MyTests/MainWindow.xaml.cs

+ 1 - 1
MyTests/MainWindow.xaml

@@ -7,6 +7,6 @@
         mc:Ignorable="d"
         mc:Ignorable="d"
         Title="MainWindow" Height="450" Width="800">
         Title="MainWindow" Height="450" Width="800">
     <Grid>
     <Grid>
-        <TextBox x:Name="XEXE" Text="НАМ ХАНА!" Margin="252,168,261,169" FontSize="50"  ></TextBox>
+        <TextBox x:Name="XEXE" Text="СЛУШАЮ" Margin="252,168,261,169" FontSize="50"></TextBox>
     </Grid>
     </Grid>
 </Window>
 </Window>

+ 5 - 0
MyTests/MainWindow.xaml.cs

@@ -24,5 +24,10 @@ namespace MyTests
         {
         {
             InitializeComponent();
             InitializeComponent();
         }
         }
+
+        private void XEXE_TextChanged(object sender, TextChangedEventArgs e)
+        {
+
+        }
     }
     }
 }
 }