Esempio n. 1
0
        private void BtnGoster_Click(object sender, EventArgs e)
        {
            int    guno   = int.Parse(txtGunNo.Text);
            Gunler gunAdi = (Gunler)guno - 1;

            txtGunNo.Text = "";
            MessageBox.Show(gunAdi.ToString());
        }
Esempio n. 2
0
 public string HesapDokumu(Gunler gun)
 {
     Console.WriteLine(gun.ToString() + " gününün dökümü");
     return("");
 }