private void constructor() { Logics = new Logics.CoilLogics(); Graphics = new Graphics.CoilGraphics(); Graphics.parent = this; Logics.parent = this; ToolTip = new GUI.CoilProperties(); }