Finished wino expander implementation.

This commit is contained in:
Burak Kaan Köse
2024-08-31 03:18:43 +02:00
parent b9a1756f90
commit 6bb09f10d2
9 changed files with 209 additions and 117 deletions

View File

@@ -6,7 +6,7 @@ namespace Wino.Styles
{
public WinoExpanderStyle()
{
this.InitializeComponent();
InitializeComponent();
}
}
}