Fix ALL Warnings

This commit is contained in:
RandomHuman 2023-02-20 03:39:55 -07:00
parent c6f787c39c
commit dc5d26d13e
17 changed files with 186 additions and 204 deletions

View file

@ -1,4 +1,7 @@

using System.ComponentModel;
using Bunifu.UI.WinForms;
namespace DiamondCreeperBrowser
{
partial class DownloadProgress
@ -6,7 +9,7 @@ namespace DiamondCreeperBrowser
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
private IContainer components = null;
/// <summary>
/// Clean up any resources being used.
@ -132,8 +135,8 @@ namespace DiamondCreeperBrowser
}
#endregion
public Bunifu.UI.WinForms.BunifuProgressBar ProgressBar1;
public Bunifu.UI.WinForms.BunifuLabel ProgressPrecentage;
public Bunifu.UI.WinForms.BunifuLabel ProgressFileName;
public BunifuProgressBar ProgressBar1;
public BunifuLabel ProgressPrecentage;
public BunifuLabel ProgressFileName;
}
}