示例#1
0
        private void vodacombutton_Click(object sender, EventArgs e)
        {
            Vodacom_Mpesa voda = new Vodacom_Mpesa();

            voda.vodatohome = this;
            this.Visible    = true;
            voda.Show();
        }
示例#2
0
 private void vodacombutton_Click(object sender, EventArgs e)
 {
     voda = new Vodacom_Mpesa();
     voda.vodatohome = this;
     this.Visible = true;
     voda.Show();
     voda.setvisible();
 }