Exemplo n.º 1
0
        private void btnSZLJ_Click(object sender, EventArgs e)
        {
            ExportDataLJ frm = new ExportDataLJ();
            frm.Show();

        }
Exemplo n.º 2
0
Arquivo: Main.cs Projeto: Qlinzpc/Work
        private void btnSZLJ_Click(object sender, EventArgs e)
        {
            ExportDataLJ frm = new ExportDataLJ();

            frm.Show();
        }