示例#1
0
 void Temizle()
 {
     foreach (Control ct in splitContainer1.Panel1.Controls)
     {
         if (ct is TextBox || ct is ComboBox)
         {
             ct.Text = "";
         }
     }
     txtGenelNo.Text = _n.KulGenel();
     _edit           = false;
 }