<Window x:Class="FLY.FeedbackRenZiJia.UI.Server.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" ResizeMode="CanMinimize" Title="MainWindow" Height="184" Width="268"> <Grid> <Button Content="立刻输出保存数据" Height="23" HorizontalAlignment="Left" Margin="80,110,0,0" Name="button1" VerticalAlignment="Top" Width="118" Click="button1_Click" /> <TextBlock Height="23" HorizontalAlignment="Left" Margin="80,81,0,0" Name="textBlock1" Text="{Binding CurrRows}" VerticalAlignment="Top" /> </Grid> </Window>