33 lines
610 B
C#
33 lines
610 B
C#
using System;
|
|
using System.Windows.Forms;
|
|
|
|
namespace DiamondCreeperBrowser
|
|
{
|
|
public partial class DownloadProgress : Form
|
|
{
|
|
public DownloadProgress()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
|
|
private void DownloadProgress_Load(object sender, EventArgs e)
|
|
{
|
|
|
|
}
|
|
|
|
private void label1_Click(object sender, EventArgs e)
|
|
{
|
|
|
|
}
|
|
|
|
private void DownloadProgress_FormClosing(object sender, FormClosingEventArgs e)
|
|
{
|
|
|
|
}
|
|
|
|
private void bunifuLabel1_Click(object sender, EventArgs e)
|
|
{
|
|
|
|
}
|
|
}
|
|
}
|