LibHac/NandReaderGui/View/Nand.xaml.cs

14 lines
232 B
C#
Raw Normal View History

namespace NandReaderGui.View
{
/// <summary>
/// Interaction logic for Nand.xaml
/// </summary>
public partial class Nand
{
public Nand()
{
InitializeComponent();
}
}
}