12 lines
177 B
C#
12 lines
177 B
C#
|
|
using Avalonia.Controls;
|
|||
|
|
|
|||
|
|
namespace Discovery.Loader.Views;
|
|||
|
|
|
|||
|
|
public partial class MainView : UserControl
|
|||
|
|
{
|
|||
|
|
public MainView()
|
|||
|
|
{
|
|||
|
|
InitializeComponent();
|
|||
|
|
}
|
|||
|
|
}
|