-
Notifications
You must be signed in to change notification settings - Fork 182
Description
And the Help Button at left corner doesn't work.
Error Message: Items collection cannot be modified when the DataSource property is set.\n\n
ArgumentException
at System.Windows.Forms.ComboBox.CheckNoDataSource()
at System.Windows.Forms.ComboBox.ObjectCollection.Insert(Int32 index, Object item)
at LogExpert.UI.Dialogs.RegexHelperDialog.OnButtonOkClick(Object sender, EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.Button.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(HWND hWnd, UInt32 msg, WPARAM wparam, LPARAM lparam)