Example #1
0
 private void donateToolStripMenuItem_Click(object sender, EventArgs e)
 {
     Form f = new Donor(this);
     f.ShowDialog(this);
 }