コード例 #1
0
 internal ComboBoxItemInsertEventArgs(string text, ComboBoxItemInsertLocation location)
 {
     _listItem       = new ListItem(text);
     _insertLocation = location;
 }
コード例 #2
0
 internal ComboBoxItemInsertEventArgs(string text, ComboBoxItemInsertLocation location) {
     _listItem = new ListItem(text);
     _insertLocation = location;
 }