From 4534ff6252d2cd442d2180b024a94db1f4379f41 Mon Sep 17 00:00:00 2001 From: FloppyDiskDrive Date: Sun, 19 Nov 2017 10:21:34 -0600 Subject: Added new extremely buggy ShiftButton. --- ShiftOS.Engine/UI/ShiftButton.Designer.cs | 36 +++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 ShiftOS.Engine/UI/ShiftButton.Designer.cs (limited to 'ShiftOS.Engine/UI/ShiftButton.Designer.cs') diff --git a/ShiftOS.Engine/UI/ShiftButton.Designer.cs b/ShiftOS.Engine/UI/ShiftButton.Designer.cs new file mode 100644 index 0000000..c744a90 --- /dev/null +++ b/ShiftOS.Engine/UI/ShiftButton.Designer.cs @@ -0,0 +1,36 @@ +namespace ShiftOS.Engine.UI +{ + partial class ShiftButton + { + /// + /// Required designer variable. + /// + private System.ComponentModel.IContainer components = null; + + /// + /// Clean up any resources being used. + /// + /// true if managed resources should be disposed; otherwise, false. + protected override void Dispose(bool disposing) + { + if (disposing && (components != null)) + { + components.Dispose(); + } + base.Dispose(disposing); + } + + #region Component Designer generated code + + /// + /// Required method for Designer support - do not modify + /// the contents of this method with the code editor. + /// + private void InitializeComponent() + { + components = new System.ComponentModel.Container(); + } + + #endregion + } +} -- cgit v1.2.3