mirror of
https://github.com/stuff-by-3-random-dudes/UWUVCI-AIO-WPF
synced 2024-11-10 05:34:13 +00:00
Removed unused variable
This commit is contained in:
parent
15686bd5a2
commit
a6ebdc20f6
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ namespace UWUVCI_AIO_WPF.UI.Windows
|
||||||
throw new Exception();
|
throw new Exception();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
catch (Exception e)
|
catch (Exception)
|
||||||
{
|
{
|
||||||
Custom_Message cm = new Custom_Message("Not Implemented", $"The Helppage for {url.ToUpper()} is not implemented yet");
|
Custom_Message cm = new Custom_Message("Not Implemented", $"The Helppage for {url.ToUpper()} is not implemented yet");
|
||||||
try
|
try
|
||||||
|
|
Loading…
Reference in a new issue