public frmSenior() { InitializeComponent(); mySQLFunc.initialize_global_variables(); fncFilter.set_theme_color(this); cls_globalfunc.formaddkbkpevent(this); this.senior = new cls_senior(); }
private void btnRemove_Click(object sender, EventArgs e) { senior = new cls_senior(); this.Close(); }