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