private void button20_Click(object sender, EventArgs e)
        {
            this.Close();
            Form14 f14 = new Form14();

            f14.Show();
        }
示例#2
0
        private void продажіАвтоToolStripMenuItem_Click(object sender, EventArgs e)
        {
            Form14 f = new Form14();

            f.Hide();
            f.Show();
        }
示例#3
0
        private void button1_Click(object sender, EventArgs e)
        {
            Form14 f14 = new Form14();

            f14.Show();
            this.Hide();
        }
示例#4
0
        private void btn_teamdetails_Click(object sender, EventArgs e)
        {
            this.Hide();
            Form14 f14 = new Form14(username1);

            f14.ShowDialog();
        }
示例#5
0
        private void button3_Click_2(object sender, EventArgs e)
        {
            Form14 yeni = new Form14();

            kodx = textBox1.Text;
            yeni.ShowDialog();


            /* SqlDataAdapter da = new SqlDataAdapter("set dateformat dMy;select distinct personelgorev.sefer_ayak_no as 'Sefer Ayak No',personelgorev.tc as 'Personel Tc', gorev.gorev_ad as 'Görev Ad',personelgorev.gorev_basla as 'Görev Başlangıç Tarih',personelgorev.gorev_bit as 'Görev Bitiş Tarih'  from gorev inner join personelgorev on gorev.gorev_id=personelgorev.gorev_id where tc like '%" + textBox1.Text + "%'", baglan);
             * DataSet ds = new DataSet();
             * try
             * {
             *   baglan.Open();
             *   da.Fill(ds, "personelgorev");
             *   da.Fill(ds, "gorev");
             *   dataGridView1.DataSource = ds.Tables["personelgorev"];
             *   dataGridView1.DataSource = ds.Tables["gorev"];
             *   textBox1.Clear();
             *
             *
             * }
             * catch (Exception error)
             * {
             *
             *   MessageBox.Show("Hata oluştu  : " + error.Message);
             * }
             * finally
             * {
             *   baglan.Close();
             * }
             * } */
        }
示例#6
0
        private void button1_Click_1(object sender, EventArgs e)
        {
            ss.register(ss.course_ind, ind);
            Form14 m = new Form14(ind, ss);

            m.Show();
            this.Hide();
        }
示例#7
0
        private void 助学金评审ToolStripMenuItem_Click(object sender, EventArgs e)
        {
            this.Visible = false;
            Form14 f4 = new Form14();

            f4.ShowDialog();
            this.Visible = true;
        }
示例#8
0
        private void aToolStripMenuItem_Click(object sender, EventArgs e)
        {
            Form14 f14 = new Form14();

            f14.Show();
            this.Hide();
            richTextBox1.Text         = "";
            pictureBox1.ImageLocation = "";
            pictureBox2.ImageLocation = "";
        }
示例#9
0
 private void button8_Click(object sender, EventArgs e)
 {
     //If there is no Form 14 instance
     if (f14 == null)
     {
         //Instantiate Form 14
         f14 = new Form14();
     }
     //Show the new Form 14 instance
     f14.Show();
     //Set Form 14's Form 7 value as this instance
     f14.f7 = this;
     //Hide this form
     this.Hide();
 }
 private void label7_Click(object sender, EventArgs e)
 {
     //If there is no Form 14 instance
     if (f14 == null)
     {
         //Instantiate Form 14
         f14 = new Form14();
     }
     //Show the new Form 14 instance
     f14.Show();
     //Set Form 14's Form 6 variable as this instance
     f14.f6 = this;
     //Set Form 14's Form 7 variable as null
     f14.f7 = null;
     //Hide this form
     this.Hide();
 }
示例#11
0
 private void showToolStripMenuItem6_Click(object sender, EventArgs e)
 {
     Form14 objektForm14 = new Form14();
       objektForm14.Show();
 }
示例#12
0
        private void button10_Click_2(object sender, EventArgs e)
        {
            Form14 yeni = new Form14();

            yeni.Show();
        }
示例#13
0
        private void заказыПокупателяToolStripMenuItem_Click(object sender, EventArgs e)
        {
            Form f10 = new Form14();

            f10.Show();
        }
示例#14
0
        private void button7_bClick(object sender, EventArgs e)
        {
            Form14 frm = new Form14();

            frm.Show();
        }