private void constructor() { Logics = new Logics.DelayerLogics(); Graphics = new Graphics.DelayerGraphics(); Graphics.parent = this; Logics.parent = this; ToolTip = new GUI.DelayerProperties(); }