Пример #1
0
        private void constructor()
        {
            Logics          = new Logics.PhotoresistorLogics();
            Graphics        = new Graphics.PhotoresistorGraphics();
            Graphics.parent = this;
            Logics.parent   = this;

            ToolTip = new GUI.PhotoresistorProperties();
        }
Пример #2
0
        private void constructor()
        {
            Logics = new Logics.PhotoresistorLogics();
            Graphics = new Graphics.PhotoresistorGraphics();
            Graphics.parent = this;
            Logics.parent = this;

            ToolTip = new GUI.PhotoresistorProperties();
        }