Пример #1
0
        private void aracgor_Click(object sender, EventArgs e)
        {
            aracgoruntule gorntule = new aracgoruntule();

            gorntule.Show();
            gorntule.silkno.Enabled  = false;
            gorntule.aracsil.Enabled = false;
        }
Пример #2
0
        private void goruntulearac_Click(object sender, EventArgs e)
        {
            aracgoruntule goruntule = new aracgoruntule();

            goruntule.Show();
            this.Hide();
            MessageBox.Show("Tabloda Aracın Üzerine Çift Tıklayarak Bilgileri Bir Önceki Ekrana(Araç Ekleme & Güncelleme Ve Temsilci Ekleme) Ekranına Getirebilirsiniz.", "Bilgilendirme !", MessageBoxButtons.OK, MessageBoxIcon.Information);
        }
        private void arcgoruntule_Click_1(object sender, EventArgs e)
        {
            aracgoruntule goruntule = new aracgoruntule();

            goruntule.Show();
        }