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

        }
Example #2
0
File: Main.cs Project: Qlinzpc/Work
        private void btnSZLJ_Click(object sender, EventArgs e)
        {
            ExportDataLJ frm = new ExportDataLJ();

            frm.Show();
        }