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