Exemplo n.º 1
0
        private void pictureBox2_Click(object sender, EventArgs e)
        {
            this.Hide();
            var stokIslem = new StokIslemleri();

            stokIslem.ShowDialog();
            this.Close();
        }
Exemplo n.º 2
0
        private void pbStokIslemleri_Click(object sender, EventArgs e)
        {
            this.Hide();
            var stok = new StokIslemleri();

            stok.ShowDialog();
            this.Dispose();
        }