public Wire W1, W2, W3;//w2 - left power/ground, w3 - right power/ground private void constructor() { Logics = new Logics.CapacitorLogics(); Graphics = new Graphics.CapacitorGraphics(); Graphics.parent = this; Logics.parent = this; ToolTip = new GUI.CapacitorProperties(); }
private void constructor() { Logics = new Logics.CapacitorLogics(); Graphics = new Graphics.CapacitorGraphics(); Graphics.parent = this; Logics.parent = this; ToolTip = new GUI.CapacitorProperties(); }