Пример #1
0
 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;
 }
Пример #3
0
 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;
 }
Пример #4
0
 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);
 }