Exemplo n.º 1
0
 //
 ////Akhir Tombol Total
 //
 //
 ////Tombol About
 //
 private void radButtonElement1_Click(object sender, EventArgs e)
 {
     About about = new About();
     about.ShowDialog();
 }