fix every last warning in every last file (non-html at least)
This commit is contained in:
parent
dc5d26d13e
commit
f7eef416d9
14 changed files with 154 additions and 189 deletions
|
@ -1,7 +1,7 @@
|
|||
using System;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace DiamondCreeperBrowser
|
||||
namespace XeroBrowser
|
||||
{
|
||||
public partial class DownloadProgress : Form
|
||||
{
|
||||
|
@ -15,19 +15,9 @@ namespace DiamondCreeperBrowser
|
|||
|
||||
}
|
||||
|
||||
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