12 lines
179 B
C#
12 lines
179 B
C#
using Avalonia.Controls;
|
|
|
|
namespace gregExtractor.GUI.Views;
|
|
|
|
public partial class CreateView : UserControl
|
|
{
|
|
public CreateView()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|