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

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