diff options
| author | FloppyDiskDrive <[email protected]> | 2017-10-01 09:52:26 -0500 |
|---|---|---|
| committer | FloppyDiskDrive <[email protected]> | 2017-10-01 09:52:26 -0500 |
| commit | aa44f27eab230f464e9778a4256c330a056a7b3c (patch) | |
| tree | e6fbc5ac67890b11293f682c279ff7670ecef8cf /ShiftOS.Main/HijackScreen.Designer.cs | |
| parent | c23e42cc396d4fc55799d659bae2149cc183dbf6 (diff) | |
| download | shiftos-rewind-aa44f27eab230f464e9778a4256c330a056a7b3c.tar.gz shiftos-rewind-aa44f27eab230f464e9778a4256c330a056a7b3c.tar.bz2 shiftos-rewind-aa44f27eab230f464e9778a4256c330a056a7b3c.zip | |
Revert "Added a fuckton of changes"
This reverts commit c23e42cc396d4fc55799d659bae2149cc183dbf6.
Diffstat (limited to 'ShiftOS.Main/HijackScreen.Designer.cs')
| -rw-r--r-- | ShiftOS.Main/HijackScreen.Designer.cs | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/ShiftOS.Main/HijackScreen.Designer.cs b/ShiftOS.Main/HijackScreen.Designer.cs index c0e5de9..fab31dc 100644 --- a/ShiftOS.Main/HijackScreen.Designer.cs +++ b/ShiftOS.Main/HijackScreen.Designer.cs @@ -28,11 +28,12 @@ /// </summary> private void InitializeComponent() { + this.components = new System.ComponentModel.Container(); this.backgroundWorker1 = new System.ComponentModel.BackgroundWorker(); - this.conversationtimer = new System.Windows.Forms.Timer(); - this.hackeffecttimer = new System.Windows.Forms.Timer(); + this.conversationtimer = new System.Windows.Forms.Timer(this.components); + this.hackeffecttimer = new System.Windows.Forms.Timer(this.components); this.lblHijack = new System.Windows.Forms.Label(); - this.textgen = new System.Windows.Forms.Timer(); + this.textgen = new System.Windows.Forms.Timer(this.components); this.lblhackwords = new System.Windows.Forms.Label(); this.SuspendLayout(); // |
