Nessuna descrizione

Debug.xaml 428B

123456789
  1. <Window x:Class="WpfApplication19.Debug"
  2. xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  3. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  4. Title="Debug" Height="300" Width="300" Name="debugWindow">
  5. <Grid>
  6. <TextBox Margin="12,12,0,0" Name="debugTextBox" TextWrapping="WrapWithOverflow" VerticalScrollBarVisibility="Auto" AcceptsReturn="True" />
  7. </Grid>
  8. </Window>