diff options
| author | Alex-TIMEHACK <[email protected]> | 2017-06-10 17:55:28 +0100 |
|---|---|---|
| committer | Alex-TIMEHACK <[email protected]> | 2017-06-10 17:55:28 +0100 |
| commit | ec8361de2a221cdb405df7c9400461e41785e12b (patch) | |
| tree | 5a945ec6d1e2e565ffb0f5c67bb963846f04f26e /TimeHACK.Main/OS | |
| parent | 1fbd9c1c76d95d14746925113fcaefa50104b1cd (diff) | |
| parent | d9b6009e4909508bfb880b9f61e9e0f81d5ffa8b (diff) | |
| download | histacom2-ec8361de2a221cdb405df7c9400461e41785e12b.tar.gz histacom2-ec8361de2a221cdb405df7c9400461e41785e12b.tar.bz2 histacom2-ec8361de2a221cdb405df7c9400461e41785e12b.zip | |
Added my changes back AGAIN
# Conflicts:
# .vs/TimeHACK/v15/.suo
Diffstat (limited to 'TimeHACK.Main/OS')
| -rw-r--r-- | TimeHACK.Main/OS/Win95/Win95Apps/WinClassicOE4.Designer.cs | 37 | ||||
| -rw-r--r-- | TimeHACK.Main/OS/Win95/Win95Apps/WinClassicOE4.cs | 20 |
2 files changed, 0 insertions, 57 deletions
diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicOE4.Designer.cs b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicOE4.Designer.cs deleted file mode 100644 index 26a913d..0000000 --- a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicOE4.Designer.cs +++ /dev/null @@ -1,37 +0,0 @@ -namespace TimeHACK.OS.Win95.Win95Apps -{ - partial class WinClassicOE4 - { - /// <summary> - /// Required designer variable. - /// </summary> - private System.ComponentModel.IContainer components = null; - - /// <summary> - /// Clean up any resources being used. - /// </summary> - /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> - protected override void Dispose(bool disposing) - { - if (disposing && (components != null)) - { - components.Dispose(); - } - base.Dispose(disposing); - } - - #region Component Designer generated code - - /// <summary> - /// Required method for Designer support - do not modify - /// the contents of this method with the code editor. - /// </summary> - private void InitializeComponent() - { - components = new System.ComponentModel.Container(); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - } - - #endregion - } -} diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicOE4.cs b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicOE4.cs deleted file mode 100644 index cb7a350..0000000 --- a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicOE4.cs +++ /dev/null @@ -1,20 +0,0 @@ -using System; -using System.Collections.Generic; -using System.ComponentModel; -using System.Drawing; -using System.Data; -using System.Linq; -using System.Text; -using System.Threading.Tasks; -using System.Windows.Forms; - -namespace TimeHACK.OS.Win95.Win95Apps -{ - public partial class WinClassicOE4 : UserControl - { - public WinClassicOE4() - { - InitializeComponent(); - } - } -} |
