private void constructor() { Logics = new Logics.AccumulatorLogics(); Graphics = new Graphics.AccumulatorGraphics(); Graphics.parent = this; Logics.parent = this; ToolTip = new GUI.AccumulatorProperties(); }