private void Inquiry_Click(object sender, EventArgs e) { Form PINins = new PIN(); PINins.ShowDialog(); if (!PIN.pincancel) { Close(); Form inquiry = new Balance_Inquiry(); inquiry.Show(); } else if (PIN.pincancel) { Close(); } }
private void ClaimRewards_Load(object sender, EventArgs e) { Balance_Inquiry.getbalpoint(); Populate_ListView("select * from rewards"); }
private void Paybills_Load(object sender, EventArgs e) { Balance_Inquiry.getbalpoint(); }