void ResetCustomerList(MainForm myForm, int customerListIndex) { myForm.loadCustomerList(customerListIndex); myForm.customerList.SelectedItem=MainForm.customerBL[customerListIndex]; // myForm.customerList.SetSelected(CustomerListIndex,true); // myForm.customerList.SelectedIndex=CustomerListIndex; }
void ResetCustomerList(MainForm myForm) { myForm.loadCustomerList(); }