Add project files.
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
using Avalonia.Controls;
|
||||
using Avalonia.Platform.Storage;
|
||||
using PropertyChanged;
|
||||
|
||||
namespace Builder;
|
||||
|
||||
[DoNotNotify]
|
||||
public partial class CreateProjectConfigurationView : UserControl
|
||||
{
|
||||
public CreateProjectConfigurationView()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user