Add project files.
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
using Avalonia.Styling;
|
||||
using FluentAvalonia.UI.Controls;
|
||||
using PropertyChanged;
|
||||
using System;
|
||||
|
||||
namespace Builder;
|
||||
|
||||
[DoNotNotify]
|
||||
public partial class ProjectConfigurationView : ContentDialog, IStyleable
|
||||
{
|
||||
public ProjectConfigurationView()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
|
||||
Type IStyleable.StyleKey => typeof(ContentDialog);
|
||||
}
|
||||
Reference in New Issue
Block a user