| | |
| | | using DevExpress.XtraEditors; |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.ComponentModel; |
| | |
| | | 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(); |
| | | } |
| | | } |
| | | } |
| | | } |