Files
Wino-Mail/Wino.Mail/Styles/WinoExpanderStyle.xaml.cs

12 lines
182 B
C#
Raw Normal View History

2024-08-26 01:07:51 +02:00
using Windows.UI.Xaml;
2025-02-16 11:54:23 +01:00
namespace Wino.Styles;
partial class WinoExpanderStyle : ResourceDictionary
2024-08-26 01:07:51 +02:00
{
2025-02-16 11:54:23 +01:00
public WinoExpanderStyle()
2024-08-26 01:07:51 +02:00
{
2025-02-16 11:54:23 +01:00
InitializeComponent();
2024-08-26 01:07:51 +02:00
}
}