mekasu0124

Untitled

Mar 2nd, 2024
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.62 KB | None | 0 0
  1. <UserControl xmlns="https://github.com/avaloniaui"
  2.             xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  3.             xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
  4.             xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
  5.              xmlns:vm="using:Diary.ViewModels"
  6.             mc:Ignorable="d" d:DesignWidth="800" d:DesignHeight="450"
  7.             x:Class="Diary.Views.HomeScreenView"
  8.              x:DataType="vm:HomeScreenViewModel">
  9.  
  10.     <Design.DataContext>
  11.         <vm:HomeScreenViewModel />
  12.     </Design.DataContext>
  13.  
  14.     <Grid>
  15.         <Label Content="Home Screen" />
  16.     </Grid>
  17. </UserControl>
  18.  
Advertisement
Add Comment
Please, Sign In to add comment