Ejemplo n.º 1
0
        private void button1_Click(object sender, EventArgs e)
        {
            Form cfdisplaybill = new ShowBill();

            //cfdisplaybill.Parent = this.Parent;
            cfdisplaybill.Show();
        }
Ejemplo n.º 2
0
        public BillProducts(string ctr)
        {
            ShowBill sb = new ShowBill();

            billno = sb.bn;

            con.ConnectionString = cn.connectionstring;
            InitializeComponent();
            billno = ctr;
            //MessageBox.Show(billno);
        }