fixed format selection
This commit is contained in:
@@ -132,7 +132,12 @@ namespace VEPROMS
|
||||
_Initializing = true;
|
||||
procedureConfigBindingSource.DataSource = _ProcedureConfig;
|
||||
|
||||
formatInfoListBindingSource.DataSource = FormatInfoList.Get();
|
||||
//formatInfoListBindingSource.DataSource = FormatInfoList.Get();
|
||||
|
||||
ppCmbxFormat.DataSource = null;
|
||||
ppCmbxFormat.DisplayMember = "FullName";
|
||||
ppCmbxFormat.ValueMember = "FullName";
|
||||
ppCmbxFormat.DataSource = FormatInfoList.SortedFormatInfoList;
|
||||
|
||||
// Get the saved settings for this user
|
||||
//
|
||||
|
Reference in New Issue
Block a user