Ejemplo n.º 1
0
        public DeviceElement()
        {
            ImageDesignElement = new ImageDesignElement()
            {
                BackgroundImage = "Null.gif"
            };
            DesignElements = new DesignElementCollection();

            ConnectionElements = new ConnectionElementCollection();
        }
Ejemplo n.º 2
0
        public EquipmentElement()
        {
            ImageDesignElement = new ImageDesignElement()
            {
                BackgroundImage = "Null.gif"
            };
            DesignElements = new DesignElementCollection();

            ConnectionElements  = new ConnectionElementCollection();
            VibrationElements   = new VibrationElementCollection();
            AnalogInElements    = new AnalogInElementCollection();
            DigitalElements     = new DigitalElementCollection();
            CompositionElements = new CompositionElementCollection();
            VedioElements       = new VedioElementCollection();
        }