lg
2024-09-10 f5907dab0137d9cfb610ef01b09592832e5aecb9
DevApp/Gs.DevApp/TestForm/TEST.cs
@@ -1,3 +1,4 @@
using DevExpress.XtraEditors;
using System;
using System.Collections.Generic;
using System.ComponentModel;
@@ -5,15 +6,28 @@
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace CreateDBClass
namespace Gs.DevApp.TestForm
{
    public partial class Form1 : Form
    public partial class test : DevExpress.XtraEditors.XtraForm
    {
        public Form1()
        public test()
        {
            InitializeComponent();
        }
        private void button1_Click(object sender, EventArgs e)
        {
            t1 dd = new t1();
            dd.Show();
        }
        private void button2_Click(object sender, EventArgs e)
        {
            print dd = new print();
            dd.Show();
        }
    }
}
}