private void constructor() { Logics = new Logics.PhotoresistorLogics(); Graphics = new Graphics.PhotoresistorGraphics(); Graphics.parent = this; Logics.parent = this; ToolTip = new GUI.PhotoresistorProperties(); }