mirror of
https://github.com/mastercodeon314/KsDumper-11.git
synced 2024-11-12 01:20:51 +01:00
Fixed minor issue
This commit is contained in:
parent
b894d0d1fe
commit
103d604c2c
@ -85,9 +85,6 @@
|
||||
<ApplicationIcon>Default.ico</ApplicationIcon>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="Dark Controls Mod">
|
||||
<HintPath>..\..\NugetBackdoor\Dark Controls Mod\bin\Debug\Dark Controls Mod.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System" />
|
||||
<Reference Include="System.Core" />
|
||||
<Reference Include="System.Xml.Linq" />
|
||||
|
4
KsDumper11/SplashForm.Designer.cs
generated
4
KsDumper11/SplashForm.Designer.cs
generated
@ -28,7 +28,7 @@
|
||||
/// </summary>
|
||||
private void InitializeComponent()
|
||||
{
|
||||
this.progressBar = new DarkControls.ProgressBarEx();
|
||||
this.progressBar = new DarkControls.Controls.ProgressBarEx();
|
||||
this.statusLbl = new DarkControls.Controls.TransparentLabel();
|
||||
this.transparentLabel1 = new DarkControls.Controls.TransparentLabel();
|
||||
this.SuspendLayout();
|
||||
@ -84,7 +84,7 @@
|
||||
|
||||
#endregion
|
||||
private DarkControls.Controls.TransparentLabel transparentLabel1;
|
||||
private DarkControls.ProgressBarEx progressBar;
|
||||
private DarkControls.Controls.ProgressBarEx progressBar;
|
||||
private DarkControls.Controls.TransparentLabel statusLbl;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user