private void constructor() { Logics = new Logics.PulseCoreLogics(); Graphics = new Graphics.PulseCoreGraphics(); Graphics.parent = this; Logics.parent = this; ToolTip = new GUI.PulseCoreProperties(); }