Exemple #1
0
        void ResetCustomerList(MainForm myForm, int customerListIndex)
        {
            myForm.loadCustomerList(customerListIndex);

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

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