private void constructor() { Logics = new Logics.HubLogics(); Graphics = new Graphics.HubGraphics(); Graphics.parent = this; Logics.parent = this; ToolTip = new GUI.HubProperties(); }