diff options
| author | Unknown <[email protected]> | 2019-04-06 17:55:27 -0400 |
|---|---|---|
| committer | Unknown <[email protected]> | 2019-04-06 17:55:27 -0400 |
| commit | b642d3736edf0f289fe2e955f0e336c0d019d0e5 (patch) | |
| tree | 53e73d053a7518d5dfcc373813f4867e6848b3d4 /Histacom2/OS | |
| parent | 2c7c9a685b586995299387152f0a3d205c7a8ec3 (diff) | |
| download | histacom2-b642d3736edf0f289fe2e955f0e336c0d019d0e5.tar.gz histacom2-b642d3736edf0f289fe2e955f0e336c0d019d0e5.tar.bz2 histacom2-b642d3736edf0f289fe2e955f0e336c0d019d0e5.zip | |
cleanup here and there
Diffstat (limited to 'Histacom2/OS')
| -rw-r--r-- | Histacom2/OS/WinXPBad/Story/Hack4.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Histacom2/OS/WinXPBad/Story/Hack4.cs b/Histacom2/OS/WinXPBad/Story/Hack4.cs index cef0c49..d8bd6ec 100644 --- a/Histacom2/OS/WinXPBad/Story/Hack4.cs +++ b/Histacom2/OS/WinXPBad/Story/Hack4.cs @@ -78,8 +78,7 @@ namespace Histacom2.OS.WinXPBad.Story public static async void VirusDestruction(WinClassicIE6Bad ie) { LabelMaker(); - if (Console.ParentForm != null) - { + if (Console.ParentForm != null) { Console.ParentForm.Close(); } await Task.Delay(10000); ((WinXP)ie.ParentForm).maximizebutton.Image = ((WinXP)ie.ParentForm).closebutton.Image; |
