Beispiel #1
0
 private void btnCla_Click(object sender, EventArgs e)
 {
     frmBanInfo fbInfo = new frmBanInfo();
     fbInfo.Show();
 }
Beispiel #2
0
 public frmInsertBan(frmBanInfo f)
 {
     InitializeComponent();
     frmCopy = f;
 }