Exemplo n.º 1
0
        private void msSatisYap_Click(object sender, EventArgs e)
        {
            if (supermarket.Hesaplar == null)
            {
                supermarket.Hesaplar = new Muhasebe();
            }
            SatisYap frm_satisYap = new SatisYap(supermarket);

            frm_satisYap.ShowDialog();
        }
Exemplo n.º 2
0
        private void msSatisYap_Click(object sender, EventArgs e)
        {
            SatisYap frm_satisYap = new SatisYap(supermarket);

            frm_satisYap.ShowDialog();
        }