Method FillFrameworks
FillFrameworks(ComboBox, IList<TargetFramework>)
Fills given ComboBox with list of target frameworks obtained from specified project.
public static void FillFrameworks(ComboBox comboBox, IList<TargetFramework> frameworks)
Parameters
comboBoxComboBoxComboBox control to process.
frameworksIList<TargetFramework>Contains list of frameworks.