Add project
This commit is contained in:
commit
7fcb279842
961 changed files with 370491 additions and 0 deletions
WebBrowser
40
WebBrowser/DownloadProgress.cs
Normal file
40
WebBrowser/DownloadProgress.cs
Normal file
|
@ -0,0 +1,40 @@
|
|||
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 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)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
Reference in a new issue