mirror of
https://github.com/chev2/botw-toolset.git
synced 2025-10-30 00:02:27 +00:00
11 lines
183 B
C#
11 lines
183 B
C#
using System.Windows;
|
|
|
|
namespace BOTWToolset
|
|
{
|
|
/// <summary>
|
|
/// Interaction logic for App.xaml
|
|
/// </summary>
|
|
public partial class App : Application
|
|
{
|
|
}
|
|
}
|