Explorar o código

ЕСТЬ СЕР!

Terzor %!s(int64=2) %!d(string=hai) anos
pai
achega
d644b58a67
Modificáronse 2 ficheiros con 6 adicións e 1 borrados
  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"
         Title="MainWindow" Height="450" Width="800">
     <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>
 </Window>

+ 5 - 0
MyTests/MainWindow.xaml.cs

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