mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-06 21:25:42 +12:00
20 lines
383 B
C#
20 lines
383 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.Threading.Tasks;
|
|
using System.Windows.Forms;
|
|
|
|
namespace HISP.Noobs
|
|
{
|
|
public partial class LoadingForm : Form
|
|
{
|
|
public LoadingForm()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
}
|