示例#1
0
        private void FbBtn_Click(object sender, EventArgs e)
        {
            Firebird fbVista = new Firebird();

            fbVista.ShowDialog();
            this.Hide();
        }