int sayi = 60 * Convert.ToInt32(textBox1.Text);


if (sayi >= 0 )
{
label4.Text = "Kalan Süre: " + sayi.ToString();
int sayi = sayi--;
}