aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Tango.PPC.UI/Views
diff options
context:
space:
mode:
authorRoy Ben Shabat <Roy.mail.net@gmail.com>2020-10-16 00:45:34 +0300
committerRoy Ben Shabat <Roy.mail.net@gmail.com>2020-10-16 00:45:34 +0300
commit43895ee9f170f68e7383e39ce089532a257f2d6d (patch)
tree871fa248582de3779f1c293b5177feb137f7aa2f /Software/Visual_Studio/PPC/Tango.PPC.UI/Views
parentb0bfa02de917d23271c15d2516e26f951c7e41e0 (diff)
downloadTango-43895ee9f170f68e7383e39ce089532a257f2d6d.tar.gz
Tango-43895ee9f170f68e7383e39ce089532a257f2d6d.zip
Implemented PPC standby.
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.UI/Views')
-rw-r--r--Software/Visual_Studio/PPC/Tango.PPC.UI/Views/LayoutView.xaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.UI/Views/LayoutView.xaml b/Software/Visual_Studio/PPC/Tango.PPC.UI/Views/LayoutView.xaml
index 9e774ab60..c93a23d42 100644
--- a/Software/Visual_Studio/PPC/Tango.PPC.UI/Views/LayoutView.xaml
+++ b/Software/Visual_Studio/PPC/Tango.PPC.UI/Views/LayoutView.xaml
@@ -188,7 +188,7 @@
<UniformGrid Grid.Column="1" Rows="3">
<touch:TouchButton Style="{StaticResource PowerButton}" Command="{Binding PowerOffCommand}">Turn Off</touch:TouchButton>
- <touch:TouchButton Style="{StaticResource PowerButton}">Stand By</touch:TouchButton>
+ <touch:TouchButton Style="{StaticResource PowerButton}" Command="{Binding StandByCommand}">Stand By</touch:TouchButton>
<touch:TouchButton Style="{StaticResource PowerButton}" Command="{Binding ResetCommand}">Reset</touch:TouchButton>
</UniformGrid>
</Grid>