private void hide()
{
pictureBox1.Visible = true;
pictureBox2.Visible = true;
}
private void kontrol()
{
hide();
//i want to work that hide () with 1 second delay ? How its possible?
}
Delayed function calls I tried all ways in this topic, always error