public musteriKayit(ComboBox comboBox = null) { InitializeComponent(); baglantiAdres con = new baglantiAdres(); baglanti = new SqlConnection(con.adres); if (comboBox != null) { ComboBox = comboBox; } }
public YedekParca(ComboBox comboBox = null) { InitializeComponent(); baglantiAdres con = new baglantiAdres(); baglanti = new SqlConnection(con.adres); kayitgetir(); checkBoxBaslangic(); if (comboBox != null) ComboBox = comboBox; }
public MarkaStok(ComboBox comboBox = null) { InitializeComponent(); if (comboBox != null) { ComboBox = comboBox; } baglantiAdres con = new baglantiAdres(); baglanti = new SqlConnection(con.adres); kayitgetir(); }