2012-12-02 2 views

Répondre

3
TextBox focusedTxt = Controls.OfType<TextBox>().FirstOrDefault(x => x.Focused); 
Questions connexes