Exemplo n.º 1
0
        public Lens()
        {
            InitializeComponent();


            m_Info = new LensInfo();
            m_aiLenControl = new RadioButton[4] { Lens1RadioButton, Lens2RadioButton, Lens3RadioButton, Lens4RadioButton };

        }
Exemplo n.º 2
0
        public Lens()
        {
            InitializeComponent();


            m_Info         = new LensInfo();
            m_aiLenControl = new RadioButton[4] {
                Lens1RadioButton, Lens2RadioButton, Lens3RadioButton, Lens4RadioButton
            };
        }