예제 #1
0
        private void ProfileComboSetup()
        {
            List <string> Profiles = Command.obs.ListProfiles();

            ProfileCombo.ItemsSource = Profiles;
            ProfileCombo.HideSuggestionListBox();
        }
 private void ProfileComboSetup()
 {
     RefreshProfiles();
     ProfileCombo.HideSuggestionListBox();
 }