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();
|
|
|
|
|
}
|
|
|
|
|
}
|