コード例 #1
0
ファイル: CustomerForm.cs プロジェクト: rowej83/CustomerDebt
        void ResetCustomerList(MainForm myForm, int customerListIndex)
        {
            myForm.loadCustomerList(customerListIndex);

            myForm.customerList.SelectedItem=MainForm.customerBL[customerListIndex];
            //		myForm.customerList.SetSelected(CustomerListIndex,true);
            //			myForm.customerList.SelectedIndex=CustomerListIndex;
        }
コード例 #2
0
ファイル: CustomerForm.cs プロジェクト: rowej83/CustomerDebt
 void ResetCustomerList(MainForm myForm)
 {
     myForm.loadCustomerList();
 }