private void NewEntry_Click(object sender, EventArgs e) { crdbform = new EntryForm(); crdbform.formtocrdb = this; crdbform.setBelonging("crdb"); crdbform.ShowDialog(); }
private void NewEntry_Click(object sender, EventArgs e) { ezyform = new EntryForm(); ezyform.formtoezy = this; ezyform.setBelonging("ezy"); ezyform.ShowDialog(); }
private void NewEntry_Click(object sender, EventArgs e) { tigoform = new EntryForm(); tigoform.formtotigo = this; tigoform.setBelonging("tigo"); tigoform.ShowDialog(); }
private void NewEntry_Click(object sender, EventArgs e) { vodaform = new EntryForm(); vodaform.formtovoda = this; vodaform.setBelonging("voda"); vodaform.ShowDialog(); }
private void NewEntry_Click(object sender, EventArgs e) { airtelform = new EntryForm(); airtelform.formtoairtel = this; airtelform.setBelonging("airtel"); airtelform.ShowDialog(); }
private void NewEntry_Click_1(object sender, EventArgs e) { tigoform = new EntryForm(); tigoform.formtotigo = this; tigoform.setBelonging("tigo"); tigoform.ShowDialog(); }
private void NewEntry_Click(object sender, EventArgs e) { vodaform = new EntryForm(); vodaform.formtovoda = this; vodaform.setBelonging("voda"); vodaform.ShowDialog(); // VodacomListView.Clear(); //loaddata(); }