using System.Windows.Controls; namespace BOTWToolset.Control { /// /// Interaction logic for the RSTB tab. /// public partial class TabRSTB : UserControl { public TabRSTB() { InitializeComponent(); } } }