Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <UserControl xmlns="https://github.com/avaloniaui"
- xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
- xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
- xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
- xmlns:vm="using:Diary.ViewModels"
- mc:Ignorable="d" d:DesignWidth="800" d:DesignHeight="450"
- x:Class="Diary.Views.HomeScreenView"
- x:DataType="vm:HomeScreenViewModel">
- <Design.DataContext>
- <vm:HomeScreenViewModel />
- </Design.DataContext>
- <Grid>
- <Label Content="Home Screen" />
- </Grid>
- </UserControl>
Advertisement
Add Comment
Please, Sign In to add comment