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