Example #1
0
        private void button17_Click(object sender, EventArgs e)
        {
            Gecmis gec = new Gecmis(Personel_id, 2, ServerName);

            gec.Text = "SEVK GECMİS";
            gec.Show();
        }
Example #2
0
        private void button15_Click(object sender, EventArgs e)
        {
            Gecmis gec = new Gecmis(Personel_id, 3, ServerName);

            gec.Text = "YILLIK İZİN GECMİSİ";
            gec.Show();
        }
Example #3
0
        private void button16_Click(object sender, EventArgs e)
        {
            Gecmis gec = new Gecmis(Personel_id, 0, ServerName);

            gec.Text = "MAZERET İZNİ GECMİSİ";
            gec.Show();
        }
Example #4
0
        private void button13_Click(object sender, EventArgs e)
        {
            Gecmis gec = new Gecmis(Personel_id, 1, ServerName);

            gec.Text = "RAPOR GECMİSİ";
            gec.Show();
        }