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