mirror of
https://github.com/9ParsonsB/Pulsar.git
synced 2025-07-03 09:03:42 -04:00
Add project files.
This commit is contained in:
21
ObservatoryCore/UI/Views/CoreView.axaml.cs
Normal file
21
ObservatoryCore/UI/Views/CoreView.axaml.cs
Normal file
@ -0,0 +1,21 @@
|
||||
using Avalonia;
|
||||
using Avalonia.Controls;
|
||||
using Avalonia.Markup.Xaml;
|
||||
using System.Linq;
|
||||
|
||||
namespace Observatory.UI.Views
|
||||
{
|
||||
public class CoreView : UserControl
|
||||
{
|
||||
public CoreView()
|
||||
{
|
||||
InitializeComponent();
|
||||
|
||||
}
|
||||
|
||||
private void InitializeComponent()
|
||||
{
|
||||
AvaloniaXamlLoader.Load(this);
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user