private void constructor() { Logics = new Logics.VoltageGraphLogics(); Graphics = new Graphics.VoltageGraphGraphics(); Graphics.parent = this; Logics.parent = this; ToolTip = new GUI.VoltageGraphProperties(); }