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
comboBox
ComboBoxComboBox control to process.
frameworks
IList<TargetFramework>Contains list of frameworks.