public MainWindow() { InitializeComponent(); LicenseList.LoadLicenseList(LicenseDirectory); LicenseList.PushToComboBox(LicenseListComboBox); }
public void RefreshLicenseList() { LicenseList.LoadLicenseList(LicenseDirectory); LicenseList.PushToComboBox(LicenseListComboBox); }