11 lines
224 B
C#
11 lines
224 B
C#
using Avalonia.Controls;
|
|
|
|
namespace Nebula.Launcher.Views.Popup;
|
|
|
|
public partial class IsLoginCredentialsNullPopupView : UserControl
|
|
{
|
|
public IsLoginCredentialsNullPopupView()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
} |