Exemplo n.º 1
0
 private void instantRichesDetails_Click(object sender, EventArgs e)
 {
     details instantRichesDetails = new details("InstantRiches.xml");
     instantRichesDetails.ShowDialog();
 }
Exemplo n.º 2
0
 private void cashBurstDetails_Click(object sender, EventArgs e)
 {
     details cashBurstDetails = new details("Cashburst.xml");
     cashBurstDetails.ShowDialog();
 }