示例#1
0
 void Temizle()
 {
     // txtAdres.Text = "";
     foreach (Control ct in splitContainer1.Panel1.Controls)
     {
         if (ct is TextBox || ct is ComboBox)
         {
             ct.Text = "";
         }
     }
     _edit           = false;
     txtFirmaNo.Text = _n.FirNo();
 }
示例#2
0
 void Temizle()
 {
     foreach (Control ct in splitContainer1.Panel1.Controls)
     {
         if (ct is TextBox || ct is ComboBox)
         {
             ct.Text = "";
         }
     }
     _edit            = false;
     AnaSayfa.Aktarma = -1;
     txtFno.Text      = _n.FirNo();
 }