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