public void refreshing(DataGridView datagridview)
 {
     ProductIDtextBox.Text     = "";
     TeamIDtextBox.Text        = "";
     StyleNotextBox.Text       = "";
     OrderQuantitytextBox.Text = "";
     ProducttextBox.Text       = "";
     LabeltextBox.Text         = "";
     SMVtextBox.Text           = "";
     // FirstOutdateTimePicker.Value = Convert.ToDateTime(row.Cells[7].Value);
     StyleChangestextBox.Text = "";
     PlanMantextBox.Text      = "";
     TargetInputtextBox.Text  = "";
     TargetOutputtextBox.Text = "";
     dt = opr.viewProduct(info);
     dataGridView1.DataSource = dt;
 }
 public void refreshing(DataGridView dgv)
 {
     dt = opr.viewProduct(info);
     dataGridView1.DataSource = dt;
 }