diff --git a/Patterns/Modules/Controls.vb b/Patterns/Modules/Controls.vb index f366267b..85483913 100644 --- a/Patterns/Modules/Controls.vb +++ b/Patterns/Modules/Controls.vb @@ -42,9 +42,9 @@ Namespace Modules Case GetType(TextBox) oReplaceValue = oControl.Text - Case GetType(DevExpress.XtraEditors.TextEdit) - Dim oTextEdit As DevExpress.XtraEditors.TextEdit = oControl - oReplaceValue = oTextEdit.EditValue + ' Case GetType(DevExpress.XtraEditors.TextEdit) ' Type not found: DevExpress.XtraEditors.TextEdit + ' Dim oTextEdit As DevExpress.XtraEditors.TextEdit = oControl + ' oReplaceValue = oTextEdit.EditValue ' Case GetType(DevExpress.XtraEditors.DateEdit) ' Type not found: DevExpress.XtraEditors.DateEdit ' Dim oDateEdit As DevExpress.XtraEditors.DateEdit = oControl