nusdownloader/NUS Downloader/Splash.cs
gb.luke ee2ab61729 - Added the ability to convert hex string key.bin files to the correct format
- Added the ability to download key.bin from HackMii
- Added a quickly made splash screen.
- Updated sln to Visual Studio 2010 Express.
2010-06-27 18:43:36 +00:00

20 lines
366 B
C#

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
namespace NUS_Downloader
{
public partial class Splash : Form
{
public Splash()
{
InitializeComponent();
}
}
}