nusdownloader/NUS Downloader/Splash.cs

20 lines
366 B
C#
Raw Normal View History

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();
}
}
}