对主界面rabbion按钮的 开关门 绑定到硬件库层真实的操作
This commit is contained in:
@@ -138,12 +138,14 @@
|
||||
</StackPanel>
|
||||
<StackPanel>
|
||||
<telerik:RadRibbonButton
|
||||
telerik:ScreenTip.Title="开门"
|
||||
Command="{Binding OpenDoorCommand}"
|
||||
telerik:ScreenTip.Title="Open Door"
|
||||
Size="Medium"
|
||||
SmallImage="/Assets/Icons/opendoor.png"
|
||||
Text="开门" />
|
||||
<telerik:RadRibbonButton
|
||||
telerik:ScreenTip.Title="关门"
|
||||
Command="{Binding CloseDoorCommand}"
|
||||
telerik:ScreenTip.Title="Close Door"
|
||||
Size="Medium"
|
||||
SmallImage="/Assets/Icons/closedoor.png"
|
||||
Text="关门" />
|
||||
|
||||
Reference in New Issue
Block a user