public duzhechaxun()
 {
     InitializeComponent();
     sqlConnection1         = new SqlConnection(dbconnection.connection);
     sqlCommand1            = new SqlCommand();
     sqlCommand1.Connection = sqlConnection1;
     dz = new duzhe();
 }
 public duzhexinxi()
 {
     InitializeComponent();
     sqlConnection1         = new SqlConnection(dbconnection.connection);
     sqlCommand1            = new SqlCommand();
     sqlCommand1.Connection = sqlConnection1;
     //add = false;
     dz = new duzhe();
 }