diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-10-16 00:45:34 +0300 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-10-16 00:45:34 +0300 |
| commit | 43895ee9f170f68e7383e39ce089532a257f2d6d (patch) | |
| tree | 871fa248582de3779f1c293b5177feb137f7aa2f /Software/Visual_Studio/PPC/Tango.PPC.UI/Views | |
| parent | b0bfa02de917d23271c15d2516e26f951c7e41e0 (diff) | |
| download | Tango-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.xaml | 2 |
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> |
