public frmConsulta_Menor() { InitializeComponent(); instancia = this; Controle_UI(false); VisibleChanged += Refresh_Pesquisa; btn_Fechar.BackColor = Color.Transparent; btn_Fechar.Parent = pnl_Titulo; }
private void Btn_Fechar_Click(object sender, EventArgs e) { instancia = null; Forms_Controller.Fechar_Recente(); Forms_Controller.Abrir_Anterior(); }