Пример #1
0
 void Temizle()
 {
     foreach (Control ct in splitContainer1.Panel1.Controls)
     {
         if (ct is TextBox || ct is ComboBox)
         {
             ct.Text = "";
         }
     }
     _edit            = false;
     AnaSayfa.Aktarma = -1;
     txtUrnNo.Text    = _n.UrnNo();
 }