diff options
Diffstat (limited to 'JVDesktop/Views/DashboardView.axaml')
| -rw-r--r-- | JVDesktop/Views/DashboardView.axaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/JVDesktop/Views/DashboardView.axaml b/JVDesktop/Views/DashboardView.axaml index 553754f..1f0a0c4 100644 --- a/JVDesktop/Views/DashboardView.axaml +++ b/JVDesktop/Views/DashboardView.axaml @@ -38,13 +38,13 @@ <Border Grid.Row="1" Background="Black"> <StackPanel HorizontalAlignment="Center" VerticalAlignment="Center"> <TextBlock - Text="{Binding Greeting}" + Text="{Binding WorkspaceInitialized}" HorizontalAlignment="Center" VerticalAlignment="Center" /> <Button Content="Click" - Command="{Binding ButtonClickCommand}" + Click="SetupWorkspace" Margin="0,10,0,0" /> </StackPanel> |
