public AnaForm() { InitializeComponent(); _anaFormCon = new AnaFormCon(); _ozellikAta = new GörselOzellikleriAta(); compo = ComponentConfiguration.getInstance(); }
private void TakimAnaForm_Load(object sender, EventArgs e) { compo = ComponentConfiguration.getInstance(); _ozellikAta.bilesenlereOzellikAta(this, compo); comboLig = _tkimFormCon.comboLigDoldur(comboLig); dtGridYenile(txtArama.Text); dtGridTakim.Columns[0].Visible = false; }
private void HakemAnaForm_Load(object sender, EventArgs e) { compo = ComponentConfiguration.getInstance(); _ozellikAta.bilesenlereOzellikAta(this, compo); defaultDegerleriAta(); comboOrtaHakemYenile(); dtGridYenile(txtArama.Text); dtGridHakem.Columns[0].Visible = false; }
private void HakemGuncelleForm_Load(object sender, EventArgs e) { _hakemFormCon.comboHakemDoldur(comboOrtaHakem, id); compo = ComponentConfiguration.getInstance(); _ozellikAta.bilesenlereOzellikAta(this, compo); }
private void TakimGuncelleForm_Load(object sender, EventArgs e) { comboLig = tkimFormCon.comboLigDoldur(comboLig); compo = ComponentConfiguration.getInstance(); _ozellikAta.bilesenlereOzellikAta(this, compo); }
private void StadGuncelleForm_Load(object sender, EventArgs e) { comboSehir = _stadFormCon.comboSehirDoldur(comboSehir); compo = ComponentConfiguration.getInstance(); _ozellikAta.bilesenlereOzellikAta(this, compo); }