Skip to content

Instantly share code, notes, and snippets.

@ryancole
Created July 21, 2011 16:55
Show Gist options
  • Save ryancole/1097623 to your computer and use it in GitHub Desktop.
Save ryancole/1097623 to your computer and use it in GitHub Desktop.
private void AddMediaSource(Int32 p_evidenceId)
{
foreach (BaseLabeledEdit field in flowLayoutPanel1.Controls)
{
if (field.Visible)
{
MessageBox.Show(field.GetType().FullName);
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment