private void constructor() { Logics = new Logics.CoreLogics(); Graphics = new Graphics.CoreGraphics(); Graphics.parent = this; Logics.parent = this; ToolTip = new GUI.CoreProperties(); }