コード例 #1
0
ファイル: Form6.cs プロジェクト: Vandellas/Personel_-zin
        private void button17_Click(object sender, EventArgs e)
        {
            Gecmis gec = new Gecmis(Personel_id, 2, ServerName);

            gec.Text = "SEVK GECMİS";
            gec.Show();
        }
コード例 #2
0
ファイル: Form6.cs プロジェクト: Vandellas/Personel_-zin
        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();
        }
コード例 #3
0
ファイル: Form6.cs プロジェクト: Vandellas/Personel_-zin
        private void button16_Click(object sender, EventArgs e)
        {
            Gecmis gec = new Gecmis(Personel_id, 0, ServerName);

            gec.Text = "MAZERET İZNİ GECMİSİ";
            gec.Show();
        }
コード例 #4
0
ファイル: Form6.cs プロジェクト: Vandellas/Personel_-zin
        private void button13_Click(object sender, EventArgs e)
        {
            Gecmis gec = new Gecmis(Personel_id, 1, ServerName);

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