标签:
<Window x:Class="Demo002.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:local="clr-namespace:Demo002" Title="MainWindow" Height="350" Width="525"> <Grid x:Name="Grid1"> <Grid x:Name="Grid2"> <Grid x:Name="Grid3"> <StackPanel x:Name="StackPanel1"> <ListBox x:Name="ListBox1" /> <local:TimeButton x:Name="TimeButton1" Width="80" Height="80" Content="Report Time" /> </StackPanel> </Grid> </Grid> </Grid> </Window>
版权声明:本文博主原创文章,博客,未经同意不得转载。
标签:
原文地址:http://www.cnblogs.com/bhlsheji/p/4877141.html