botw-toolset/botw-toolset/Control/TSCBAreaExpander.xaml.cs
Chev e8332067d1 UI new tabs
Updated TSCB to have a pixel view. Added SARC, Yaz0 & RSTB tabs.
2021-01-10 20:06:26 -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();
}
}
}