mirror of
https://github.com/chev2/botw-toolset.git
synced 2025-10-30 08:12:17 +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();
|
|
}
|
|
}
|
|
}
|