SetPlanDataSource(CType(CType(sender, DevExpress.XtraEditors.LookUpEdit).EditValue, Integer)) If _listOfPlans.Count = 0 Or IsNothing(_listOfPlans) Then PlanRIlue.DataSource = Nothing Else PlanRIlue.DataSource = _listOfPlans End If
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)