mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-05-27 13:54:44 +00:00
22 lines
407 B
C#
22 lines
407 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;
|
|
using MetroFramework.Forms;
|
|
|
|
namespace PckStudio.Forms.Additional_Popups.Audio
|
|
{
|
|
public partial class pleaseWait : MetroForm
|
|
{
|
|
public pleaseWait()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
}
|