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