mirror of
https://github.com/chev2/botw-toolset.git
synced 2025-12-18 22:12:47 +00:00
15 lines
315 B
C#
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();
|
|
}
|
|
}
|
|
}
|