コード例 #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
            };
        }