Ejemplo n.º 1
0
 private void NewEntry_Click(object sender, EventArgs e)
 {
     crdbform            = new EntryForm();
     crdbform.formtocrdb = this;
     crdbform.setBelonging("crdb");
     crdbform.ShowDialog();
 }
Ejemplo n.º 2
0
 private void NewEntry_Click(object sender, EventArgs e)
 {
     ezyform           = new EntryForm();
     ezyform.formtoezy = this;
     ezyform.setBelonging("ezy");
     ezyform.ShowDialog();
 }
Ejemplo n.º 3
0
 private void NewEntry_Click(object sender, EventArgs e)
 {
     tigoform            = new EntryForm();
     tigoform.formtotigo = this;
     tigoform.setBelonging("tigo");
     tigoform.ShowDialog();
 }
Ejemplo n.º 4
0
 private void NewEntry_Click(object sender, EventArgs e)
 {
     vodaform            = new EntryForm();
     vodaform.formtovoda = this;
     vodaform.setBelonging("voda");
     vodaform.ShowDialog();
 }
Ejemplo n.º 5
0
 private void NewEntry_Click(object sender, EventArgs e)
 {
     airtelform = new EntryForm();
     airtelform.formtoairtel = this;
     airtelform.setBelonging("airtel");
     airtelform.ShowDialog();
 }
Ejemplo n.º 6
0
 private void NewEntry_Click(object sender, EventArgs e)
 {
     ezyform = new EntryForm();
     ezyform.formtoezy = this;
     ezyform.setBelonging("ezy");
     ezyform.ShowDialog();
 }
Ejemplo n.º 7
0
 private void NewEntry_Click_1(object sender, EventArgs e)
 {
     tigoform = new EntryForm();
     tigoform.formtotigo = this;
     tigoform.setBelonging("tigo");
     tigoform.ShowDialog();
 }
Ejemplo n.º 8
0
 private void NewEntry_Click(object sender, EventArgs e)
 {
     airtelform = new EntryForm();
     airtelform.formtoairtel = this;
     airtelform.setBelonging("airtel");
     airtelform.ShowDialog();
 }
Ejemplo n.º 9
0
        private void NewEntry_Click(object sender, EventArgs e)
        {
            vodaform = new EntryForm();
            vodaform.formtovoda = this;
            vodaform.setBelonging("voda");
            vodaform.ShowDialog();

               // VodacomListView.Clear();
            //loaddata();
        }
Ejemplo n.º 10
0
 private void NewEntry_Click(object sender, EventArgs e)
 {
     crdbform = new EntryForm();
     crdbform.formtocrdb = this;
     crdbform.setBelonging("crdb");
     crdbform.ShowDialog();
 }