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