botw-toolset/Control/TSCBAreaExpander.xaml.cs
Chev a1a83285f8 Migrate from .NET Framework 4.8 to .NET 5
Also compress Resources/Icons image files, and remove unused entry in App.xaml
2021-01-18 23:33:46 -08:00

15 lines
315 B
C#

using System.Windows.Controls;
namespace BOTWToolset.Control
{
/// <summary>
/// Interaction logic for TSCBAreaExpander.xaml
/// </summary>
public partial class TSCBAreaExpander : UserControl
{
public TSCBAreaExpander()
{
InitializeComponent();
}
}
}