misc: Remove boilerplate code.

This commit is contained in:
rabbitism
2022-12-24 21:42:15 +08:00
parent ca9e7865d3
commit 7723579095
14 changed files with 0 additions and 70 deletions

View File

@@ -10,9 +10,4 @@ public partial class TextBlockDemo : UserControl
{
InitializeComponent();
}
private void InitializeComponent()
{
AvaloniaXamlLoader.Load(this);
}
}