Пример #1
0
        private void Search_Click(object sender, System.EventArgs e)
        {
            //string[] Selection = new string[4];
            formargs.Selection[0] = Custname.Text;
            formargs.Selection[1] = Address.Text;
            formargs.Selection[2] = Phone.Text;
            formargs.Selection[3] = Territory.Text;

            CustList frm2 = new CustList();

            frm2.Show();
        }
        private void Search_Click(object sender, System.EventArgs e)
        {
           
            //string[] Selection = new string[4];
            formargs.Selection[0] = Custname.Text;
            formargs.Selection[1] = Address.Text;
            formargs.Selection[2] = Phone.Text;
            formargs.Selection[3] = Territory.Text;

            CustList frm2 = new CustList();

            frm2.Show();
            
        }