Beispiel #1
0
        private void suzme()
        {
            clsKitapSec k = new clsKitapSec();

            k.zIsbn  = txtisbnsuzme.Text;
            k.zAd    = txtadsuzme.Text;
            k.zTur   = txttursuzme.Text;
            k.zYazar = txtyazarsuzme.Text;
            dgwkitapsec.DataSource = k.suzme();
        }
Beispiel #2
0
        private void frmKitapSec_Load(object sender, EventArgs e)
        {
            clsKitapSec k = new clsKitapSec();

            dgwkitapsec.DataSource = k.datagrdDoldur();
        }