Beispiel #1
0
 public void TestComboBoxGetSelectedIndicesQuery()
 {
     ComboBox box = new ComboBox("box");
     box.GetSelectedIndicesQuery();
 }