Fix ALL Warnings
This commit is contained in:
parent
c6f787c39c
commit
dc5d26d13e
17 changed files with 186 additions and 204 deletions
11
WebBrowser/DownloadProgress.Designer.cs
generated
11
WebBrowser/DownloadProgress.Designer.cs
generated
|
@ -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;
|
||||
}
|
||||
}
|
Reference in a new issue