mirror of
https://github.com/chev2/botw-toolset.git
synced 2025-12-17 13:32:57 +00:00
15 lines
289 B
C#
15 lines
289 B
C#
using System.Windows.Controls;
|
|
|
|
namespace BOTWToolset.Control
|
|
{
|
|
/// <summary>
|
|
/// Interaction logic for the RSTB tab.
|
|
/// </summary>
|
|
public partial class TabRSTB : UserControl
|
|
{
|
|
public TabRSTB()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
}
|