mirror of
https://github.com/Thealexbarney/LibHac.git
synced 2024-11-14 10:49:41 +01:00
13 lines
232 B
C#
13 lines
232 B
C#
namespace NandReaderGui.View
|
|
{
|
|
/// <summary>
|
|
/// Interaction logic for Nand.xaml
|
|
/// </summary>
|
|
public partial class Nand
|
|
{
|
|
public Nand()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
}
|