添加了数据库相关了类,和枚举类型相关的类,并且将枚举类型绑定到前段
This commit is contained in:
@@ -17,12 +17,11 @@
|
||||
<StackPanel ZIndex="1" >
|
||||
<StackPanel Margin="10 5" Orientation="Horizontal">
|
||||
<Button Margin="5" Command="{Binding AddDeviceCommand}" Content="添加"/>
|
||||
<Button Margin="5" Command="{Binding TestCommand}" Content="测试通知"/>
|
||||
</StackPanel>
|
||||
|
||||
|
||||
<ui:GridView x:Name="BasicGridView"
|
||||
Margin="10"
|
||||
Margin="20"
|
||||
IsItemClickEnabled="True"
|
||||
ItemClick="BasicGridView_ItemClick"
|
||||
ItemsSource="{Binding Devices}"
|
||||
|
||||
Reference in New Issue
Block a user