Example #1
0
 private void no_Click(object sender, EventArgs e)
 {
     QuitDia quitd = new QuitDia();
     quitd.Dispose();
 }