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