MS_02.06.2016

This commit is contained in:
SchreiberM
2016-06-02 12:18:52 +02:00
parent a3bbbfa570
commit 9371880314
11 changed files with 2247 additions and 413 deletions

View File

@@ -499,7 +499,7 @@ Public Class ClassControlValues
Case "TextBox"
value = DirectCast(otherControl, TextBox).Text
Case "CustomComboBox"
value = DirectCast(otherControl, CustomComboBox).SelectedText
value = DirectCast(otherControl, CustomComboBox).Text
Case "DateEdit"
value = DirectCast(otherControl, DevExpress.XtraEditors.DateEdit).EditValue
End Select