private void constructor() { Logics = new Logics.LampLogics(); Graphics = new Graphics.LampGraphics(); Graphics.parent = this; Logics.parent = this; Graphics.Size = new Vector2(48, 32); ToolTip = new GUI.LampProperties(); }