mekasu0124

Untitled

Mar 2nd, 2024
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.22 KB | None | 0 0
  1. using Avalonia;
  2. using Avalonia.Controls;
  3. using Avalonia.Markup.Xaml;
  4.  
  5. namespace Diary.Views;
  6.  
  7. public partial class HomeScreenView : UserControl
  8. {
  9.     public HomeScreenView()
  10.     {
  11.         InitializeComponent();
  12.     }
  13. }
Advertisement
Add Comment
Please, Sign In to add comment