Changeset 13 for Common/ComboBoxEx.cs
- Timestamp:
- Feb 8, 2021, 4:23:17 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Common/ComboBoxEx.cs
r3 r13 1 using System;1 using System; 2 2 using System.Collections.Generic; 3 3 using System.ComponentModel; … … 31 31 if (index >= 0) Items.RemoveAt(index); 32 32 Text = previousText; 33 Items.Insert(0, Text);33 Items.Insert(0, previousText); 34 34 35 35 while (Items.Count > maxHistoryCount)
Note:
See TracChangeset
for help on using the changeset viewer.