1-) C# - Form2 Açıkken Tekrar Açılmasını Engelleme
if (fr == null)
{
fr = new FrmUrunler();
fr.MdiParent = this;
fr.Show();
}