Пример #1
0
 private void AirtelMoneyButton_Click(object sender, EventArgs e)
 {
     airtel = new Airtel_Money();
     airtel.airteltohome = this;
     this.Visible        = false;
     airtel.Show();
     //this.Close();
 }
Пример #2
0
 private void AirtelMoneyButton_Click(object sender, EventArgs e)
 {
     airtel = new Airtel_Money();
     airtel.airteltohome = this;
     this.Visible = false;
     airtel.Show();
     //this.Close();
 }