Files
NebulaLauncher/Nebula.Launcher/Views/Pages/AccountInfoView.axaml.cs

11 lines
192 B
C#
Raw Normal View History

2024-12-21 13:11:30 +03:00
using Avalonia.Controls;
namespace Nebula.Launcher.Views.Pages;
2024-12-21 15:15:04 +03:00
public partial class AccountInfoView : UserControl
2024-12-21 13:11:30 +03:00
{
2024-12-21 15:15:04 +03:00
public AccountInfoView()
2024-12-21 13:11:30 +03:00
{
InitializeComponent();
}
}