예제 #1
0
파일: Lens.cs 프로젝트: damonlin/Reporter
        public Lens()
        {
            InitializeComponent();


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

        }
예제 #2
0
파일: Lens.cs 프로젝트: damonlin/Monitor
        public Lens()
        {
            InitializeComponent();


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